go-simplejson
go-simplejson copied to clipboard
Allow Set methods to take a Json object so a complex json structure can be built then marshalled
simplejson makes it fairly easy to parse a complex JSON file into a data structure of a different schema but if I need to the reverse the operation I can't take my data structure and easily serialise it out into a different format.
Support for building nested Json objects with array support would be great