A guide on transforming large JSON files.
When working with exceedingly large JSON datasets loading them into memory can become a significant problem. In this tutorial we use Python's ijson package to transform a dataset that is larger than our PC's memory.
