# Packages

No description provided by the author

# Functions

Marshal is used to marshal a type into its JSON representation.
MarshalRaw marshals i into a json.RawMessage.
Unmarshal unmarshals a []byte representing JSON into i, which must be a *struct.