# Functions
JSONFromHeaderAndRows takes the given header and rows of values, and turns it into a JSON array of objects.
NewJSON is a simple wrapper for json.Marshal.
ObjectsFromJSON is a helper for parsing JSON into a slice of generic maps/objects.
ParseJSON is a simple wrapper for json.Unmarshal.
ParseJSONSilent won't log output when unmarshaling fails.
# Type aliases
JSON is the data type that is passed along all data channels.