Skip to content

rodrigo-brito/json-to-go-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published