# Functions
New returns a pointer to a new, empty `Json` object.
NewFromReader returns a *Json by decoding from an io.Reader.
NewJson returns a pointer to a new `Json` object after unmarshaling `body` bytes.
returns the current implementation version.