A risk of streaming partial JSON to a naive parser is:
Select an answer to reveal the explanation.
Short Explanation and Infographic
Partial streams aren't finished JSON — buffer until complete or use a real incremental parser.
Full explanation below image
Full Explanation
Don't json.loads each partial token blindly.