fastjson
A fast JSON parser/generator for Java
Fastjson is a Java library that can be used to quickly convert Java Objects into their JSON representation or convert JSON strings to their equivalent Java object. Based on benchmarks it provides the best performance in both server side and Android client, and can work with arbitrary Java objects, even those pre-existing objects of which you do not have the source code.
Fastjson provides a simple conversion method to turn Java objects to JSON and vice versa, with extensive support of Java...