You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translates JSON into a Go type definition. [See it in action.](http://mholt.github.io/json-to-go)
4
+
[<imgsrc="https://mholt.github.io/json-to-go/resources/images/json-to-go.png"alt="JSON-to-Go converts JSON to a Go struct"></a>](https://mholt.github.io/json-to-go)
5
+
6
+
Translates JSON into a Go type definition. [Check it out!](http://mholt.github.io/json-to-go)
7
+
8
+
Things to note:
9
+
10
+
- The script sometimes has to make some assumptions, so give the output a once-over.
11
+
- The output is indented, but not formatted. Use `go fmt`!
12
+
13
+
Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change.
14
+
15
+
16
+
### Credits
17
+
18
+
JSON-to-Go is brought to you by Matt Holt.
19
+
20
+
The Go Gopher is originally by Renee French. This artwork is an adaptation.
0 commit comments