How to use google app engine with ajax (json)?
Now I have this but I got this error:
raise ValueError("No JSON object could be decoded&q
Your JavaScript is not sending JSON data to App Engine (test=hey&y=99 is a urlencoded string). Your App Engine page is not returning JSON data (Hello, webapp World! will just be received as a naked string).
test=hey&y=99
Hello, webapp World!