# Functions
Marshal serializes the given value to a JSON-encoded byte slice.
MarshalString serializes the given value to a JSON-encoded string.
Unmarshal deserializes the given JSON-encoded byte slice into the provided value.
UnmarshalString deserializes the given JSON-encoded string into the provided value.