benjojo / gojson.com

The site code to gojson.com

Home Page:gojson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gojson.com

The site code to gojson.com

This is a site that takes JSON strings like {"name":"Hello"} and produces golang structs for use in json.unmarshal.

example output:

{"name":"Hello"}

Tunes into

package main

type Foo struct {
	Name string `json:"name"`
}

About

The site code to gojson.com

gojson.com

License:Apache License 2.0


Languages

Language:Go 52.8%Language:HTML 41.3%Language:CSS 3.6%Language:Shell 2.3%