Skip to content

go-qamel/json-to-go

Repository files navigation

JSON to Go

The port of a web app that created by @mholt with same name, intended as demo for qamel. Using this app, you can instantly converts JSON into a Go type definition. You can download the pre-compiled binary in release page.

Screenshot

How to Build

Before building this app, make sure qamel has been installed on your system. If it's already installed, do following steps :

  • Clone or download this repository to your local directory
  • Open the directory from terminal
  • Build the app: qamel build

Licenses

JSON-to-Go is distributed under MIT license, which means you can use and modify it however you want. However, if you make an enhancement for it, if possible, please send a pull request.