I have a file that contains many dictionaries, each line with its own unique dictionary and there are many lines in this file.
{"text": "bla bla", "year": 1933, "price": 43}
{"text": "bla blu", "year": 1934, "price": 41}
{"text": "blu bla", "year": 1935, "price": 43}
{"text": "blu blu", "year": 1936, "price": 44}
Just wanted to emphesize that the dictionaries are not inserted into a list, this is just the way it is, each new row in the file contains a dictionary.