Simple JSON library for Google App Engine
Submitted by jeff on Sun, 06/01/2008 - 05:43.
Taking notes on useful Google App Engine tutorials and articles…
Trying to figure out where JSON or simplejson exists in Google App Engine. The answer is in Using AJAX to enable RPC requests.
from django.utils import simplejson
broken link
correct link:
http://code.google.com/appengine/articles/rpc.html
Broken link
Your link to "Using AJAX to enable RPC requests." is broken and looks malformed.
Post new comment