ll.JsonGetValue(JSON: string, Specifiers: list) : string
Gets the value indicated by Specifiers from the JSON string.
ll.JsonGetValue('test', {})
{
"def": "func",
"desc": "Gets the value indicated by Specifiers from the JSON string.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlJsonGetValue",
"name": "JsonGetValue",
"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
}
]
}
]
}