And, to be clear, once the JsonStore functions are enabled you can write your scripts in LSL.
The JsonStore is much more than just a bunch of functions for parsing Json. The implementation is modeled after tuple space operations so sharing the store id between scripts enables inter-object communication using structured messages (with synchronization). We've used it for building task queues (e.g. for teaching parallel programming) and very large simulations (e.g our 10K object n-body simulation is based on the JsonStore functions). --mic On Wed, Nov 27, 2013 at 8:44 AM, Mic Bowman <[email protected]> wrote: > There is a script extension for opensim called JsonStore that provides a > number of Json related functions. You can use them to parse and access Json > blobs (and a whole bunch more). > > http://opensimulator.org/wiki/JsonStore_Module > > --mic > > > > On Wed, Nov 27, 2013 at 4:38 AM, Gwyneth Llewelyn < > [email protected]> wrote: > >> +1 to anyone who implements the new SL JSON functions in OpenSim's LSL :) >> so we can write code in one way and port it across platforms. >> >> OpenSim *does* have its own JSON implementation, but you have to write >> your script in C# I believe. >> >> >> On 27 November 2013 12:12, R.Gunther <[email protected]> wrote: >> >>> The Json lsls command are pretty new in SL, sofar i know there's no >>> version in Opensim right now. >>> >>> On 11/27/2013 12:27 PM, John Hopkin wrote: >>> >>>> I'm porting some LSL scripted products from SL to OpenSim grids, but >>>> some of these scripts use the SL JSON functions (llJsonGetValue(), >>>> llJsonSetValue() and so on), for which there appear to be no direct >>>> equivalents in OpenSim. >>>> >>>> Is this something that's planned for the future? >>>> >>> >>> _______________________________________________ >>> Opensim-users mailing list >>> [email protected] >>> https://lists.berlios.de/mailman/listinfo/opensim-users >>> >> >> >> >> -- >> "I'm not building a game. I'm building a new country." >> -- Philip "Linden" Rosedale, interview to Wired, 2004-05-08 >> >> _______________________________________________ >> Opensim-users mailing list >> [email protected] >> https://lists.berlios.de/mailman/listinfo/opensim-users >> > >
_______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
