gojson.com

command module
v0.0.0-...-70f7e8a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

README

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"`
}


Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL