Which is the best JSON rewriter for Java?
Which JSON rewriter is the best for applications written in Java? Criteria may vary. I'm personally most interested in stability and performance.
I am using the one from http://www.json.org. The direct link to the Java code is this: http://www.json.org/java/index.html.
The nice thing about it is that it does not require any dependencies. You just need to add seven source files to your project and you've got yourself a JSON builder.
这一个工作得很好:http://json-lib.sourceforge.net/
This JsonTools library is very complete. You can find it at Berlios.
链接地址: http://www.djcxy.com/p/41928.html上一篇: 模式匹配和占位符值
下一篇: 哪一个是最适合Java的JSON重写器?