llJsonValueType

From Second Life Wiki
Revision as of 15:16, 10 June 2013 by Kelly Linden (talk | contribs) (Created page with "{{LSL Function |func_id=|func_sleep=0.0|func_energy=10.0 |func=llJsonValueType|return_type=string|p1_type=string|p1_name=json|p2_type=list|p2_name=specifiers |func_footnote |func…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
•  llJsonValueType

Articles

•  Typecast

Deep Notes

Search JIRA for related Issues

Signature

function string llJsonValueType( string json, list specifiers );