SortOrders(LIB_JSON_O_SortOrders object reference) Optional CurrentIndent(String) Leave empty IndentString(String) The string stacked to make indents. Usually best left with the default of “ “
Outputs
ReturnValue(String)
Generates a much more human-readable JSON string
SetString
Function name
SetString
Inputs
String(String)
SetNumber
Function name
SetNumber
Inputs
Number(Float)
SetObject
Function name
SetObject
Inputs
Object(Map of Strings to LIB_JSON_O_Value object references)
SetArray
Function name
SetArray
Inputs
Array(Array of LIB_JSON_O_Value object references)
SetBoolean
Function name
SetBoolean
Inputs
Boolean(Boolean)
GetString
Function name
GetString
Outputs
Success(Boolean) Returns true as long as the type of the object is String String(String)
GetNumber
Function name
GetNumber
Outputs
Success(Boolean) Returns true as long as the type of the object is Number Number(Float)
GetObject
Function name
GetObject
Outputs
Success(Boolean) Returns true as long as the type of the object is Object Object(Map of Strings to LIB_JSON_O_Value object references)
GetArray
Function name
GetArray
Outputs
Success(Boolean) Returns true as long as the type of the object is Array Array(Array of LIB_JSON_O_Value object references)
GetBoolean
Function name
GetBoolean
Outputs
Success(Boolean) Returns true as long as the type of the object is Boolean Boolean(Boolean)
IsNull
Function name
IsNull
Outputs
IsNull(Boolean)
IsType
Function name
IsType
Inputs
Type(LIB_JSON_E_Type)
Outputs
ReturnValue(Boolean)
Returns true if the type of the JSON value matches the input