stdlib
stdlib copied to clipboard
[RFC]: add `@stdlib/fs/read-ndjson`
Description
This RFC proposes adding a filesystem utility to read a file which is newline-delimited JSON (NDJSON).
Package: @stdlib/fs/read-ndjson
Alias: readNDJSON
Related Issues
The following RFC is a prerequisite to being able to implement this feature:
- https://github.com/stdlib-js/stdlib/issues/1075
Questions
No.
Other
For a reference package, see
Checklist
- [X] I have read and understood the Code of Conduct.
- [X] Searched for existing issues and pull requests.
- [X] The issue name begins with
RFC:.