Package jsonstr provides tools for working with strings in JSON.
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-jsonstr
To import package jsonstr use import code like the follownig:
import "github.com/reiver/go-jsonstr"
To install package jsonstr do the following:
GOPROXY=direct go get https://github.com/reiver/go-jsonstr
Package jsonstr was written by Charles Iliya Krempeaux