Golang: Convert JSON in to a useful struct.

Raw JSON Input

Go Struct Output

Notes:

  1. Also supports loading from remote json via the src param. Example: http://json2struct.mervine.net?src=http://json2struct.mervine.net/example.json
  2. See an example in Go Playground: http://play.golang.org/p/usdLCoVEZR.

Fork me @ github.com/jmervine/gojson-http