# Functions
Marshal marshals the value as JSON, using Amino-compatible JSON encoding (strings for 64-bit numbers, and type wrappers for registered types).
MarshalIndent marshals the value as JSON, using the given prefix and indentation.
RegisterType registers a type for Amino-compatible interface encoding in the global type registry.
Unmarshal unmarshals JSON into the given value, using Amino-compatible JSON encoding (strings for 64-bit numbers, and type wrappers for registered types).