# Functions
Marshal converts a value into stringified-JSON.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Stringify converts any supported type into a stringified value.
Unmarshal converts stringified-JSON into the passed-in type.
Unstringify takes a stringified representation of a value and populates it into the supplied interface.
# Type aliases
Bool is a bool type to be used when the default json marshaler/unmarshaler cannot be avoided.
Float is a float type to be used when the default json marshaler/unmarshaler cannot be avoided.
Int is an int type to be used when the default json marshaler/unmarshaler cannot be avoided.
String is a string type to be used when the default json marshaler/unmarshaler cannot be avoided.