Difference between revisions of "LlJsonSetValue"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{LSL Function |func_id=|func_sleep=0.0|func_energy=10.0 |func=llJsonGetValue|return_type=string|p1_type=string|p1_name=json|p2_type=list|p2_name=specifiers|p3_type=string|p3_nam…")
(No difference)

Revision as of 15:12, 10 June 2013

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
•  llJsonSetValue
•  llJsonValueType

Articles

•  Typecast

Deep Notes

Search JIRA for related Issues

Signature

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