Difference between revisions of "LlJsonSetValue"

From Second Life Wiki
Jump to navigation Jump to search
m (added date of release)
Line 17: Line 17:
|also_articles={{LSL DefineRow||[[Typecast]]|}}
|also_articles={{LSL DefineRow||[[Typecast]]|}}
|notes=
|notes=
|caveats=Be aware that llJsonSetValue does not correctly escape strings. The quote (") character is left unescaped, and therefore invalid JSON could be generated by this function.
|permission
|permission
|negative_index
|negative_index

Revision as of 06:12, 8 July 2013

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.
Returns a string

• string json
• list specifiers
• string value

Specification

Caveats

Be aware that llJsonSetValue does not correctly escape strings. The quote (") character is left unescaped, and therefore invalid JSON could be generated by this function.

All Issues ~ Search JIRA for related Bugs

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 );