Hacker News new | ask | show | jobs
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.

1 comments

Yeah, it's an interesting problem to solve. The library is designed to parse incomplete json without waiting for the stream to finish.