I am getting a bit of headache just because a simple looking, easy statement is throwing some errors in my face.
I have a json file called strings.json like this:
You can use pandas library to read the JSON file.
import pandas as pd df = pd.read_json('strings.json',lines=True) print(df)