JSON First Steps
This section describes how to get started with JSON.
Getting Access to the JSON API
Describes how to get access to the JSON API.
Creating JSON Arrays and JSON Objects
Describes how to create JSON arrays and JSON objects.
Receiving Nested JSON Objects and JSON Arrays
Describes how to retrieve the value of a specified property or of a specified element from a JSON object or a JSON array.
Getting the String Representation
Describes the
JsonToText
function, which returns a JSON array or a JSON object as string.
Working with Properties and Elements
Describes how to get property values from a JSON object or element values from a JSON array and how to set these values.
Removing Properties and Elements
Describes how to remove properties and elements from JSON objects and JSON arrays.
Getting and Setting the Size of a JSON Array
Describes how to get and set the number of elements of a JSON array.
Deleting JSON Objects and JSON Arrays
Describes how to delete JSON objects and arrays.
Parent topic:
JSON General Information