Difference between revisions of "LlJsonValueType"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 5: Line 5:
|p2_type=list|p2_name=specifiers|p2_desc=A path to a value in the json parameter.
|p2_type=list|p2_name=specifiers|p2_desc=A path to a value in the json parameter.
|func_footnote
|func_footnote
|func_desc=Gets the [http://json.org json] type for the value in {{LSLPT|json}} at the location {{LSLPT|specifiers}}.  
|func_desc=Gets the [http://json.org JSON] type for the value in {{LSLPT|json}} at the location {{LSLPT|specifiers}}.  
|Return_text=specifying the type of the value at {{LSLPT|specifiers}} in {{LSLPT|json}}.
|Return_text=specifying the type of the value at {{LSLPT|specifiers}} in {{LSLPT|json}}.
|spec=See [[Json_usage_in_LSL]]
|spec=See [[Json_usage_in_LSL]]
Line 33: Line 33:
|cat2=String
|cat2=String
|cat3=Data Conversion
|cat3=Data Conversion
|cat4=Json
|cat4=JSON
}}
}}

Revision as of 22:56, 10 June 2013

Summary

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

Gets the JSON type for the value in json at the location specifiers.
Returns the string specifying the type of the value at specifiers in json.

• string json A string serialization of a json object.
• list specifiers A path to a value in the json parameter.

Specification

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