【发布时间】:2021-09-19 03:59:33
【问题描述】:
"_type": "bibdataset",
"_children": [
{
"_type": "item",
"_children": [
{
"_type": "process-info",
"_children": [
{
"_type": "date-delivered",
"month": "05",
"day": "02",
"year": "2021",
"timestamp": "2021-05-02T10:20:57.000057-04:00"
},
json_data = pd.read_json("D:/jsn.json")
json_list = [j[1][0] for j in json_data.iterrows()]
尝试过,但返回错误 --- ValueError: Expected object or value
【问题讨论】:
-
你发布的JSON不完整,所以很难说是不是格式的问题。
-
请发布minimal reproducible example 以及完整的错误消息。