prataprc / jsondata

JSON processor
https://docs.rs/jsondata
MIT License
9 stars 3 forks source link

Streaming JSON parser. #5

Closed prataprc closed 5 years ago

prataprc commented 5 years ago

Parse an incoming stream of JSON text. This can have separate implementation from parsing non-streaming JSON text to avoid performance overheads for the later case.