Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecursiveToJSON ¶
func RecursiveToJSON(v interface{}) (r interface{})
Go refuses to convert map[interface{}]interface{} to JSON because JSON only support string keys So it's necessary to recursively convert all map[interface]interface{} to map[string]interface{}
Types ¶
Click to show internal directories.
Click to hide internal directories.