logoalt Hacker News

rented_muleyesterday at 12:14 PM0 repliesview on HN

I don't know what the GP was referring too, but often this is about "JSONL" / "JSON Lines" - files containing one JSON object per line. This is common for things like log files. So, process the data as each line is deserialized rather than deserializing the entire file first.