JSON APPEND

Description

Constant: integer JSON_APPEND = -1;

The integer constant JSON_APPEND has the value -1

A special specifier for llJsonSetValue which indicates the given value should be appended to the array at the specified level.
Care should be taken, as if the value at that level is not an array, the existing data will be overwritten and replaced with the array meant for appending.

Caveats


Related Articles

Functions

•  llJsonSetValue

Deep Notes

Search Canny for related Issues

Signature

integer JSON_APPEND = -1;