stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

[RFC]: add `@stdlib/fs/read-ndjson`

Open kgryte opened this issue 2 years ago • 14 comments

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:.

kgryte avatar Aug 04 '23 15:08 kgryte