Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
https://godoc.org/labix.org/v2/mgo/bson#M
https://godoc.org/github.com/gin-gonic/gin#H
type M map[string]interface{}
obj := M{
"hello": "world",
"hello2": []M{
{"a": 1},
{"b": 2},
},
"c": M{
"subC": 3,
},
}
I'm afraid, only something like this
And then unpack from interface {}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question