New to python. I scraped some tweets and store them in txt file. However, I can't open it with json.loads
and it says
Expecting value: line 1 column 2 (char 1)
The beginning of the file is something like
['{"created_at": ...]
in the txt file.
Really need some help! Thanks!