I have some text files with a format like this
{"key":"value", "key":"value", "key":"value"}
{"key":"value", "key":"value", "key":"value"}
There's a new line character after every string. Basically it has multiple dictionaries and I want to read some specific values from them one by one.