Hi, Guys, Thanks for this.
For my needs, all I need to do is, for example, take some raw data (like a List<String> for instance) and write it in JSON format. This will be used as a server-side provider of data for Ajax components in the client browser. So, at least in my case, my needs are very limited (at least, so I think now). If you haven't started yet, but have the intention of using json-lib, then maybe I'll just go ahead and get a start on that in my lab. I'll make it into a bundle and expose only the stuff I need. Feel free to take it and expand it. I guess your version could eventually be escaled to "projects" (or whatever level is supposed to be next after "lab" in the code ladder). I'll keep you posted. Cheers, Dave > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Rick Litton > Sent: 1 May 2007 05:12 > To: General OPS4J > Subject: Re: Talk of JSON > > > 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 > _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
