As title said, I am writing an API taking whatever json data that client posts.
Is there any way directly get a map[string]interface{}
type data like bson.M
?
I've tried simply looking up properties of gin.Context
, is any of them would help if I miss something?