llJsonGetValue

From Second Life Wiki
Revision as of 06:39, 8 July 2013 by Kireji Haiku (talk | contribs) (should be links, no? ;))
Jump to navigation Jump to search

Summary

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

Gets the value indicated by specifiers from the json string. When the input is invalid or no result can be found this function returns JSON_INVALID. If the result is null the function returns JSON_NULL.
Returns a string made by parsing json, a string representing json and traversing as specified by specifiers.

• string json
• list specifiers

Specification

Examples

See Also

Functions

•  llList2Json
•  llJson2List
•  llJsonSetValue
•  llJsonValueType

Articles

•  Typecast

Deep Notes

History

Date of Release 20/05/2013

Search JIRA for related Issues

Signature

function string llJsonGetValue( string json, list specifiers );