# Functions
Indent indents a json string.
Marshal marshals an object to a json string.
MarshalIndent is like Marshal but applies Indent to format the output.
Remarshal marshals an object to Json then parses it back to another object.
Unmarshal unmarshals the content in string format to an object.
UnmarshalFile reads the content of a file then Unmarshals the content to an object.