JSON-to-Go 1.0

JSON-to-Go basically re-writes the entire JSON data into a Go type, making all the proper adjustments automatically.The library is great if you want to import JSON data into your Go applications, and can deal with any type of JSON data structure.A...