1.0.0 • Published 6 months ago

json-stream-parser-pro v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

JSON Stream Parser

A streaming JSON parser for Node.js and browsers, enabling real-time processing of large JSON data.

Features

  • Stream-based Parsing: Parse JSON data incrementally without loading the entire dataset into memory.
  • Event-Driven: Emit events for parsed data, strings, and completion.
  • Automatic Error Fixing: Optionally fix common JSON syntax errors like trailing commas.
  • TypeScript Support: Fully typed with TypeScript definitions.
  • Lightweight: Minimal dependencies and efficient performance.

Installation

npm install json-stream-parser-pro