python为什么closed_为什么Python无法解析此JSON数据? [关闭] - Why can't Python parse this JSON data? [closed]...
問題:
I have this JSON in a file: 我在文件中有此JSON:
{
"maps": [
{
"id": "blabla",
"iscategorical": "0"
},
{
"id": "blabla",
"iscategorical": "0"
}
],
"masks": [
"id": "valore"
],
"om_points": "value",
"parameters": [
"id": "valore"
]
}
I wrote this script to print all of the JSON data: 我編寫了以下腳本來打印所有JSON數據:
import json
from pprint import pprint
with open('data.json') as f:
data = json.load(f)
pprint(data)
This program raises an exception, though: 但是,該程序會引發異常:
Traceback (most recent call last):
File "", line 5, in
data = json.load(f)
File "/usr/lib/python3.5/json/__init__.py", line 319, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.5/json/decoder.py", line 355, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 13 column 13 (char 213)
How can I parse the JSON and extract its values? 如何解析JSON并提取其值?
解決方案:參考一:
https://stackoom.com/question/Btep/為什么Python無法解析此JSON數據-關閉
參考二:
https://oldbug.net/q/Btep/Why-can-t-Python-parse-this-JSON-data-closed
總結
以上是生活随笔為你收集整理的python为什么closed_为什么Python无法解析此JSON数据? [关闭] - Why can't Python parse this JSON data? [closed]...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: mysql开窗函数over_oracle
- 下一篇: 三农电子商务创业创新大赛作品_全国大学生