<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
Secondlife comes with more new lsl commands, the are maby
intressting<br>
To implement at soem point in opensim. or sooner.<br>
<ul>
<li><strong>list llJson2List(string json)</strong> – converts the
top level of the json string to a list.</li>
<li><strong>string llList2Json(string type, list values)</strong>
-<strong> </strong>
<ul>
<li>Type is JSON_ARRAY or JSON_OBJECT</li>
<li>Converts either a strided list of key:value pairs to a
JSON_OBJECT or a list of values to a JSON_ARRAY</li>
</ul>
</li>
<li><strong>string llJsonGetValue(string json, list specifiers)</strong>
– gets the value indicated by spcifiers from the json string.</li>
<li><strong>string llJsonSetValue(string json, list specifiers,
string value)</strong> – returns a new json string that is the
json given with the value indicated by specifiers set to value</li>
<li><strong>string llJsonValueType(string json, list specifiers)</strong>
– returns the type constant for the value in json indicated by
specifiers.</li>
</ul>
<br>
</body>
</html>