On 18/02/2010 05:49 AM, AndreyRybin wrote:
http://jackson.codehaus.org/ looks like #1 java JSON lib. http://code.google.com/p/google-gson/ looks nice (omg! it's google), but it several time slower then jackson
We only need a JSON writer, so I'm thinking along the lines of this: http://stringtree.svn.sourceforge.net/viewvc/stringtree/trunk/src/main/java/org/stringtree/json/JSONWriter.java?revision=518&view=markup Haven't tested the class so maybe it won't work for our use case. kind regards bob
