# json-to-go **Repository Path**: mirrors_deckarep/json-to-go ## Basic Information - **Project Name**: json-to-go - **Description**: Translates JSON into a Go type in your browser instantly (original) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [JSON-to-Go converts JSON to a Go struct](https://mholt.github.io/json-to-go) Translates JSON into a Go type definition. [Check it out!](http://mholt.github.io/json-to-go) This is a sister tool to [curl-to-Go](https://mholt.github.io/curl-to-go), which converts curl commands to Go code. Things to note: - The script sometimes has to make some assumptions, so give the output a once-over. - In an array of objects, it is assumed that the first object is representative of the rest of them. - The output is indented, but not formatted. Use `go fmt`! Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change. ### Credits JSON-to-Go is brought to you by Matt Holt ([mholt6](https://twitter.com/mholt6)). The Go Gopher is originally by Renee French. This artwork is an adaptation.