{"library":"ldjson-stream","type":"library","category":null,"description":"ldjson-stream is a streaming library designed for parsing and serializing line-delimited JSON (also known as NDJSON or JSON Lines). It provides two primary Transform streams: `parse()` for converting newline-separated JSON strings into JavaScript objects, and `serialize()` for converting JavaScript objects into newline-delimited JSON strings. The package is lightweight and was last updated over a decade ago, with its current stable version being 1.2.1. Due to its age, it exclusively uses CommonJS modules and does not offer native ESM support or TypeScript type definitions. While it remains functional for basic NDJSON processing in older Node.js environments, its abandoned status means it lacks ongoing maintenance, security updates, or compatibility enhancements for modern JavaScript ecosystems. It was a minimalist solution for streaming JSON in its time.","language":"javascript","status":"abandoned","version":"1.2.1","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install ldjson-stream","imports":["const ldj = require('ldjson-stream')","const ldj = require('ldjson-stream');\nconst parseStream = ldj.parse();","const ldj = require('ldjson-stream');\nconst serializeStream = ldj.serialize();"]},{"cmd":"yarn add ldjson-stream","imports":[]},{"cmd":"pnpm add ldjson-stream","imports":[]}],"homepage":null,"github":"https://github.com/maxogden/ldjson-stream","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/ldjson-stream","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/ldjson-stream/compatibility"}}