llJsonSetValue

From Second Life Wiki
Jump to navigation Jump to search

Summary

Function: string llJsonSetValue( string json, list specifiers, string value );

Returns a new JSON string which is string with the value indicated by specifiers set to value.

A special specifier, JSON_APPEND is accepted which facilitates appending the value to the end of the array at the specified level.<br.>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.
Returns a string

• string json
• list specifiers
• string value

Specification

Examples

See Also

Functions

•  llList2Json
•  llJson2List
•  llJsonGetValue
•  llJsonValueType

Articles

•  Typecast

Deep Notes

History

Date of Release 20/05/2013

Search JIRA for related Issues

Signature

function string llJsonSetValue( string json, list specifiers, string value );