stream-json is the micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API. Includes utilities to stream JSON database dumps.
Support the repos that depend on sindresorhus/get-stream
## Installation ### Using cdn Add the cdn in the head of your html document ```html <script defer src="https://checkout-dev.payaza.online/js/v1/bundle.js"></script> ```