JSONDecodeError: Expecting ':' delimiter: line 1 column 8388729 (char 8388728)
import json
with open('tweets.json') as jfile:
d = json.load(jfile)
i tried using this code.but it did not work. this is the sample data enter image description here