标签: 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)
我的文件如下所示:
链接到文件Link