|

01-25-2009, 12:42 PM
I'm not certain exactly what you're asking, but if you're looking for a Java library you can use to emit JSON to be parsed by JavaScript, it's about as easy as entering "java json library" in Google and looking at the results of that search. The first result, "google-gson" (not surprising they list that first), would probably work perfectly fine.
|