llJsonSetValue

From Second Life Wiki
Revision as of 15:13, 10 June 2013 by Kelly Linden (talk | contribs)
Jump to navigation Jump to search

Summary

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

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

• string json
• list specifiers
• string value

Specification

Examples

See Also

Functions

•  llList2Json
•  llJson2List
•  llJsonGetValue
•  llJsonValueType

Articles

•  Typecast

Deep Notes

Search JIRA for related Issues

Signature

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