JSONDecodeError:额外数据:第121行第2列(字符4371)

时间:2019-03-23 08:46:21

标签: python json python-3.x twitter tweepy

我正在使用此代码加载推文的json文件

with open('tweet.json', 'r') as f:
    data = json.load(f)
    print(data[0]['text'])

错误:    JSONDecodeError:额外数据:第121行第2列(字符4371)

我的文件如下所示: enter image description here

链接到文件Link

0 个答案:

没有答案