I want to do something like this guy asked, but I want to deserialize instead of serialize. How to serialize db.Model objects to json?
Is there a library for this? I'm running Google App Engine, and I'm getting a JSON string from appengine-rest-server (http://code.google.com/p/appengine-rest-server/).
I asked the question in a different way here (How to inspect mystery deserialized object in Python) , so I'm hoping by giving the analogy reverse of the above guy's post, it will be more clear what I'm trying to do. If JSON doesn't work, I can use XML instead.