Difference between revisions of "LlJsonSetValue"

From Second Life Wiki
Jump to navigation Jump to search
m
m (added date of release)
Line 24: Line 24:
|cat3=Data Conversion
|cat3=Data Conversion
|cat4=JSON
|cat4=JSON
|history = Date of Release  [[ Release_Notes/Second_Life_Server/13#13.05.20.276191 | 20/05/2013 ]]
}}
}}

Revision as of 12:35, 25 June 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

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