# Functions
Marshal returns the JSON encoding of v.
MarshalIndent is like Marshal but applies Indent to format the output.
ReadFile reads json from file and unmarshal into result.
Unmarshal parses the JSON-encoded data and stores the result in the value pointed to by v.
WriteFile marshals data and writes to file.