package
0.0.0-20170117123812-b94c5f0804aa
Repository: https://github.com/go-gophers/gophers.git
Documentation: pkg.go.dev

# Functions

Cast makes type assertion for given value and retuns it as JSON structure.
Parse makes JSON structure from given JSON string with fmt verbs and args.
ParseBytes is a convenience function to Parse bytes.

# Interfaces

Struct is common interface for JSON structures.

# Type aliases

Array is JSON array structure.
Object is JSON object structure.