llJsonValueType

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

Summary

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

Returns the type constant for the value in json string indicated by specifiers.
Returns a string The type of the json value in string specified by specifiers.

• string json
• list specifiers

Specification

Caveats

All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llList2Json
•  llJson2List
•  llJsonSetValue
•  llJsonGetValue

Articles

•  Typecast

Deep Notes

Search JIRA for related Issues

Signature

function string llJsonValueType( string json, list specifiers );