Comment by codesnik
I can't imagine a usecase. Ok, you receive incremental updates, which could be useful, but how to find out that json object is actually received in full already?
I can't imagine a usecase. Ok, you receive incremental updates, which could be useful, but how to find out that json object is actually received in full already?
When its closing brace or square bracket appears.
EDIT: this is totally wrong and the question is right.
When you want to pull multi-gig JSON files and not wait for the full file before processing is where I first used this.