ll.JsonValueType(JSON: string, Specifiers: list) : string
Returns the type constant (JSON_*) for the value in JSON indicated by Specifiers.
ll.JsonValueType('test', {})
{
"def": "func",
"desc": "Returns the type constant (JSON_*) for the value in JSON indicated by Specifiers.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlJsonValueType",
"name": "JsonValueType",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "JSON",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Specifiers",
"desc": "",
"type": [
"list"
],
"variadic": false,
"optional": false
}
]
}
]
}