silvawillian / json-to-go-map

:dart: Online tool that convert JSON to Go (Golang) map.

Home Page:https://rodrigo-brito.github.io/json-to-go-map/

Repository from Github https://github.comsilvawillian/json-to-go-mapRepository from Github https://github.comsilvawillian/json-to-go-map

Convert JSON to Go Map Interface

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.

To run

yarn && yarn start - Download dependencies and run
yarn test - Run tests
yarn build - Build production version

TODO

  • Output highlight syntax
  • Improve output code ident (gofmt)
  • Improve React component tests
  • Include "Copy to clipboard" button

Similar projects

About

:dart: Online tool that convert JSON to Go (Golang) map.

https://rodrigo-brito.github.io/json-to-go-map/

License:MIT License


Languages

Language:JavaScript 86.8%Language:CSS 8.2%Language:HTML 5.0%