Parsing JSON on google app engine (java)

google-app-engine, java, json

Solution

I hope this helps

you can also the google-json api here

Problem

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 on GAE-apps?

Original source