# Functions
DeepCopy performs a deep copy of a JSON-compatible Go value.
Marshal marshals a Go value to a JSON byte slice.
MarshalIndent marshals a Go value to a pretty-printed JSON byte slice.
Merge merges two JSON-compatible Go values.
PrettyPrint prints a pretty-printed JSON string of a Go value.
Query allows querying JSON data using a simple dot notation.
Unmarshal unmarshals a JSON byte slice to a Go value.