JSON和Django内置序列化


In [1]: import json

In [2]: print json.loads('true')
True

 

posted @ 2018-08-09 16:55  hayabky  阅读(79)  评论(0)    收藏  举报