jsonriver is a lightweight JavaScript library designed for incremental JSON parsing from streams, allowing users to receive progressively complete data structures. It operates solely on standard JavaScript features, ensuring compatibility across environments, and mimics the behavior of JSON.parse while providing performance benefits in streaming scenarios. The library also includes specific behaviors for handling types and properties in JSON objects.
json ✓
streaming ✓
javascript ✓
library ✓
+ parsing