ll.JsonSetValue (JSON: string, Specifiers: list, Value: string) -> stringReturns a new JSON string that is the JSON given with the Value indicated by Specifiers set to Value.
ll.JsonSetValue('test', {}, 'test')
{
"def": "func",
"desc": "Returns a new JSON string that is the JSON given with the Value indicated by Specifiers set to Value.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlJsonSetValue",
"private": false,
"takesSelf": false,
"name": "JsonSetValue",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "string"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "JSON",
"desc": "",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Specifiers",
"desc": "",
"type": [
{
"def": "simple",
"value": "list"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Value",
"desc": "",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}