Open json files

broken image

I want to read a file named jason.json line by line, store it to a list named data and then print it.

This is the first time I try to use a JSON file in Python and although I have read a lot of stuff regarding this matter, I am still very confused.