How can I parse JSON in Google App Engine?

前端 未结 6 1626
攒了一身酷
攒了一身酷 2020-11-28 20:59

I\'d like to parse a JSON string into an object under Google App Engine (python). What do you recommend? Something to encode/stringify would be nice too. Is what you reco

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 21:29

    Look at the python section of json.org. The standard library support for JSON started at python 2.6, which I believe is newer than what the app engine provides. Maybe one of the other options listed?

提交回复
热议问题