JSON APPEND
Revision as of 00:06, 22 September 2013 by Strife Onizuka (talk | contribs)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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 |