Online Tool - https://rodrigo-brito.github.io/json-to-go-map/
This tool instantly converts JSON into a Go Interface Map representation. Paste a JSON structure on the left and the equivalent Go type will be generated to the right, which you can paste into your program. This tool was inspired on Json to Go by Matt Holt.
yarn && yarn start
- Download dependencies and run
yarn test
- Run tests
yarn build
- Build production version
- Output highlight syntax
- Improve output code ident (gofmt)
- Improve React component tests
- Include "Copy to clipboard" button
- JSON to Go (Struct version) - Github Project
- TOML to Go - Github Project