[Opensim-dev] SL comes with new lsl commands.
R.Gunther
rigun at rigutech.nl
Wed May 15 10:29:49 UTC 2013
Secondlife comes with more new lsl commands, the are maby intressting
To implement at soem point in opensim. or sooner.
* *list llJson2List(string json)* -- converts the top level of the
json string to a list.
* *string llList2Json(string type, list values)* -**
o Type is JSON_ARRAY or JSON_OBJECT
o Converts either a strided list of key:value pairs to a
JSON_OBJECT or a list of values to a JSON_ARRAY
* *string llJsonGetValue(string json, list specifiers)* -- gets the
value indicated by spcifiers from the json string.
* *string llJsonSetValue(string json, list specifiers, string value)*
-- returns a new json string that is the json given with the value
indicated by specifiers set to value
* *string llJsonValueType(string json, list specifiers)* -- returns
the type constant for the value in json indicated by specifiers.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20130515/f3df2b7c/attachment-0001.html>
More information about the Opensim-dev
mailing list