在没有 json 库的情况下将 json 转换为 python 字典的最佳方法
Best way to convert json to a python dict without the json library
json 库在我的电脑上无法运行,所以有人知道将 json 转换为 python 字典的最佳方法吗?它需要 python 2.5 兼容并且不使用任何特殊库(2.5 不附带的库)。
看看这些:
- Which JSON module can I use in Python 2.5?
- Python 2.5 json without installing simplejson
- https://pypi.python.org/pypi/simplejson/2.5.2
json 库在我的电脑上无法运行,所以有人知道将 json 转换为 python 字典的最佳方法吗?它需要 python 2.5 兼容并且不使用任何特殊库(2.5 不附带的库)。
看看这些:
- Which JSON module can I use in Python 2.5?
- Python 2.5 json without installing simplejson
- https://pypi.python.org/pypi/simplejson/2.5.2