JSON Functions
This section lists all functions of the JSON API.
JsonArrayCreate Function
Creates an empty JSON array.
JsonArrayGetArrayElement Function
Gets the value of a specified JSON array element from a JSON array.
JsonArrayGetBooleanElement Function
Gets the value of a specified boolean element from a JSON array.
JsonArrayGetFloatElement Function
Gets the value of a specified float element from a JSON array.
JsonArrayGetNumberElement Function
Gets the value of a specified number element from a JSON array.
JsonArrayGetObjectElement Function
Gets the value of a specified JSON object element from a JSON array.
JsonArrayGetStringElement Function
Gets the value of a specified string element from a JSON array.
JsonArrayRemoveElement Function
Removes an element from a JSON array.
JsonArrayResize Function
Changes the size of a JSON array.
JsonArraySetArrayElement Function
Sets the value of a specified JSON array element from a JSON array.
JsonArraySetBooleanElement Function
Sets the value of a specified boolean element from a JSON array.
JsonArraySetFloatElement Function
Sets the value of a specified float element from a JSON array.
JsonArraySetNumberElement Function
Sets the value of a specified number element from a JSON array.
JsonArraySetObjectElement Function
Sets the value of a specified JSON object element from a JSON array.
JsonArraySetStringElement Function
Sets the value of a specified string element from a JSON array.
JsonFree Function
Deletes a JSON object or a JSON array from the memory.
JsonGetArrayLength Function
Retrieves the number of elements in a JSON array.
JsonGetArrayProperty Function
Retrieves the value of a specified JSON array property from a JSON object.
JsonGetBooleanProperty Function
Retrieves the value of a specified boolean property from a JSON object.
JsonGetFloatProperty Function
Retrieves the value of a specified float property from a JSON object.
JsonGetNumberProperty Function
Retrieves the value of a specified number property from a JSON object.
JsonGetObjectProperty Function
Retrieves the value of a specified JSON object property from a JSON object.
JsonGetStringProperty Function
Retrieves the value of a specified string property from a JSON object.
JsonObjectCreate Function
Creates an empty JSON object.
JsonParse Function
Creates a new JSON object or a new JSON array from the given string.
JsonRemoveProperty Function
Removes a property from a JSON object.
JsonSetArrayProperty Function
Sets the value of a specified JSON array property from a JSON object.
JsonSetBooleanProperty Function
Sets the value of a specified boolean property from a JSON object.
JsonSetFloatProperty Function
Sets the value of a specified float property from a JSON object.
JsonSetNumberProperty Function
Sets the value of a specified number property from a JSON object.
JsonSetObjectProperty Function
Sets the value of a specified JSON object property from a JSON object.
JsonSetStringProperty Function
Sets the value of a specified string property from a JSON object.
JsonToText Function
Gets the string representation of a JSON object or a JSON array.
Parent topic:
JSON Functions Reference