# Functions
MustJson returns a pointer to a new `Json` object, panicking if `body` cannot be parsed.
New returns a pointer to a new, empty `Json` object.
NewFromAny returns a pointer to a new `Json` object with provided data.
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.