Parsing of large json files
I need help parsing json files weighing more than 50mb. I am new to the topic of parsing and I have such a task in front of me: I need to parse the json file and write it into a Python dictionary, however, I was given a restriction and this can be done using only 1MB of RAM. Can you please tell me which libraries are best used to solve the problem and which approach to apply in general? Now my choice seems to have settled on the ijson library.