JSON to Go

Create idiomatic Go structs from sample JSON.

How it works

The generator creates exported fields, infers types and adds json tags that match the original JSON keys.

Example