/json-to-go-map

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

Primary LanguageJavaScriptMIT LicenseMIT

Convert JSON to Go Map Interface

Build Status Coverage Status License: MIT

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