Python对象转换为json的方法步骤
Python中内置了json库,用起来超级方便,json现在以成为开发的必备。 python对象到json字符串的转换规则: Python JSON dict object list, tuple array str, unicode string int, long, float number True true False false None null json字符串到python对象的转换规则: JSON Python object dict array list string unicode number (in