package
3.10.23+incompatible
Repository: https://github.com/murphysecurity/murphysec.git
Documentation: pkg.go.dev

# Functions

MustJSON returns a pointer to a new `JSON` object after unmarshalling `body` bytes, panic if error occurred.
New returns a pointer to a new, empty `JSON` object.
NewArray returns a pointer to a new, empty `JSON` array.
NewFrom returns a pointer to the json object converted from any other object.
NewFromReader returns a *JSON by decoding from an io.Reader.
NewJSON returns a pointer to a new `JSON` object after unmarshalling `body` bytes.

# Structs

No description provided by the author