David Leangen <[EMAIL PROTECTED]> wrote: > > In a thread not so long ago, there was talk about JSON. > > Is anybody actually using some bundle that provides a JSON service? > > > If so, I'd be really interested in hearing about it. > > Otherwise, any suggestions as to how I can make one myself? What would be > a > good framework to "bundlize"? > > > Cheers, > Dave
I did some investigation and finally decided to go with the "json-lib" framework ( http://json-lib.sourceforge.net/ ). It seems to be a "safe bet" since it originated from www.json.org. So far I've just used it to read system properties to set up the techne runtime. But as Toni mentioned, eventually we would like to use it as a general parser and writer fragments (or as bundlelized services) to process configuration information for the techne project instead of xml where it's applicable. IIUC, you can also transform from xml and back to json using the framework but I can't think of any use case for that right now. Hope this helps. Rick _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
