JSON Processing
The following JSON processing elements enable you to query and transform JSON documents in AE Script.
-
Lets you add an item to a JSON array or object document
-
Returns the number of matches of a JSONPath expression in a JSON document
-
Gets the data type of the JSON element
-
Queries the provided JSON document using the JSONPath expression, and returns all matching values
-
Lets you remove JSON object keys or array elements
-
Lets you set the value of an existing element in a JSON document
-
Stores JSON values in an internal list (process) for further processing
For further information, see