Marquesledivan / 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/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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 87.6%Language:CSS 7.7%Language:HTML 4.7%