{"library":"nano-json-stream-parser","type":"library","category":null,"description":"This library (`nano-json-stream-parser`) provides a lightweight, pure JavaScript streamed JSON parser, weighing approximately 750 bytes (gzipped). Currently at version 0.1.2, it aims to offer functionality similar to larger alternatives like Oboe.js, achieving an 85% size reduction in bundle size, which is critical for highly optimized web applications or environments with strict resource constraints. The parsing mechanism involves feeding chunks of a JSON string to a function, which then invokes a callback whenever a complete JSON entity (object or array) has been fully parsed. However, a significant caveat is that the project explicitly states it lacks comprehensive tests and may contain buggy edge-cases, making it potentially unsuitable for mission-critical production environments without thorough internal validation. Its development appears to be inactive, with the last commit several years ago, indicating it is not actively maintained, nor does it have a clear release cadence, suggesting it's largely abandoned. Developers should be aware of these limitations when considering its use for new projects.","language":"javascript","status":"abandoned","version":"0.1.2","tags":["javascript","json","parse"],"install":[{"cmd":"npm install nano-json-stream-parser","imports":["const parse = require('nano-json-stream-parser');","(No named export for the main functionality)"]},{"cmd":"yarn add nano-json-stream-parser","imports":[]},{"cmd":"pnpm add nano-json-stream-parser","imports":[]}],"homepage":null,"github":"https://github.com/maiavictor/nano-json-stream-parser","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/nano-json-stream-parser","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/nano-json-stream-parser/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}