JSON Processing

The following JSON processing elements enable you to query and transform JSON documents in AE Script.

  • JSON_ADD_ITEM

    Lets you add an item to a JSON array or object document

  • JSON_COUNT_MATCHES

    Returns the number of matches of a JSONPath expression in a JSON document

  • JSON_GET_TYPE

    Gets the data type of the JSON element

  • JSON_GET_VALUE

    Queries the provided JSON document using the JSONPath expression, and returns all matching values

  • JSON_REMOVE_ITEM

    Lets you remove JSON object keys or array elements

  • JSON_SET_VALUE

    Lets you set the value of an existing element in a JSON document

  • JSON_TO_PROCESS

    Stores JSON values in an internal list (process) for further processing

For further information, see