来自https://github.com/dmeranda/demjson 这位老哥的版本,由于现在要支持python3.10+版本,这个老哥原始版本不太兼容,实在没办法在他的基础上修改了一个版本出来,希望能帮助到大家 demjson支持python3.10+, 无需安装, 直接把demjson.py放入你的项目引用即可使用
Create by Toby From China. 2024-9 Modified based on the dmeranda/demjson last version, support Python3.10+, without installation, directly put this file into the project reference can be used: resp_obj = demjson.encode(resp) resp = demjson.decode(resp_obj)