python 2.4.3 无json 模块

Posted 不忘初衷,方能致远

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 2.4.3 无json 模块相关的知识,希望对你有一定的参考价值。

try:
import json
except ImportError:
try:
import minijson as json
json.loads = json.read()
json.dumps = json.write()
except ImportError:
pass









以上是关于python 2.4.3 无json 模块的主要内容,如果未能解决你的问题,请参考以下文章

谈谈Python实战数据可视化之pygal模块(实战篇)

python3.3不自带的模块或工具包 下载以后要怎么处理才能在开发环境中调用 (比如放到pyth

使用 Python 的 JSON 和 AJAX [关闭]

python模块

Python模块

Python JSON 基本使用