Comment by Supermancho
Comment by Supermancho 5 hours ago
When you want to pull multi-gig JSON files and not wait for the full file before processing is where I first used this.
Comment by Supermancho 5 hours ago
When you want to pull multi-gig JSON files and not wait for the full file before processing is where I first used this.
Funnily enough, this was one of the first users of jsonriver at google. A team needed to parse more JSON than most JS VMs will allow you to fit into a single string, so they had no choice but to use a streaming parser.