JSON to Go Struct

Convert JSON objects into Go struct definitions instantly.

JSON Input
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Go Struct Output
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Go struct will appear here...