| ▲ | diffuse_l 7 hours ago | |
That's if you parse the into a DOM and work on that. If you use SAX parsing, it makes it much better regarding the memory footprint. But of course, working with SAX parsing is yet another, very different, bag of snakes. I still hope that json parsing had the same support for stream processing as XML (I know that there are existing solutions for that, but it's much less common than in the XML world) | ||