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
try Gson
http://code.google.com/p/google-gson/