|
|
|
|
|
by vintagedave
640 days ago
|
|
Very interesting. I tried to solve this problem too, and my code parses incomplete JSON allowing partial values and fully complete values to be accessed. Why do you wait for the entire stream to be complete? Some objects in the JSON structure can be shown to be complete before the stream ends. |
|