Whether to nicely format json string.
convert a JSONValue to a JSONValue (identity)
convert a bool to a JSONValue
convert a string to a JSONValue
convert a floating point value to a JSONValue
convert a signed integer to a JSONValue
convert an unsigned integer to a JSONValue
convert an enum name to a JSONValue
convert a homogenous array into a JSONValue array
convert a set of heterogenous values into a JSONValue array
convert a associative array into a JSONValue object
Convert a user-defined type to json. See jsonizer.jsonize for info on how to mark your own types for serialization.
Convert an instance of some type T directly into a json-formatted string.
Write a jsonizeable object to a file.
<a href="http://opensource.org/licenses/MIT">MIT</a>
Copyright © 2015, rcorre
Date: 3/23/15
Contains functions for serializing JSON data.