I am working on app engine in python, with a handler to response the post requests from javascript, the post requests are sent in JSON structure, in firebug console window, the Http request is shown:
[{"name":"John","value":"student"},{"name":"Mike","value":"teacher"}]
Can anyone tell me how to get this JSON data off the post requests in the handler?
thanks in advance.
1 Answer