ll.Json2List(JSON: string) : list
Converts the top level of the JSON string to a list.
ll.Json2List('test')
{
"def": "func",
"desc": "Converts the top level of the JSON string to a list.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlJson2List",
"name": "Json2List",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"list"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "JSON",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}