i use org.json library to work with JSON-data in my apps. But it seems that google app engine doesn\'t allow to use it, what\'s the best way to work with JSON o
Use fast JSON is a very productive API. Jackson take too much code.
http://code.alibabatech.com/wiki/display/FastJSON/Home
https://github.com/alibaba/fastjson
Just copy the library into WEB-INF/lib folder and use the static methods of com.alibaba.fastjson.JSON like JSON.toJSONString(object)
com.alibaba.fastjson.JSON
JSON.toJSONString(object)