Handle large JSON documents up to 512 MB Deserialize with destr by default, up to 35.96x faster than JSON.parse ...
#!/usr/bin/env python #-*- coding:utf-8 -*- from json2xls.json2xls import Json2Xls json_data = u'''[ {"姓名": "John", "年龄": 30, "性别": "男"}, {"姓名 ...