Article Title:
App Engine: JSON Objects in the Google Datastore
Found On:
kovshenin.com
Article Snippet:
Following up on my previous post about Python Objects in the Google Datastore where I’ve shown an easy way of storing any python object inside the Google Datastore by pickling it. Pickling works fine and it can literally store functions, classes and class instances in the datastore which is great, but as I discussed earlier, [...]
Related posts:App Engine: Python Objects in the Google Datastore
Pickle vs JSON — Which is Faster?
A Brief Introduction to Google App Engine