-
-
Notifications
You must be signed in to change notification settings - Fork 837
feat: add fs/read-ndjson
#2969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add fs/read-ndjson
#2969
Conversation
@Planeshifter ready for initial review! |
lib/node_modules/@stdlib/_tools/lint/filenames/lib/extensions.json
Outdated
Show resolved
Hide resolved
Should I add these link as ndjson :https://ndjson.org/ in readme. md |
Yes, that would be preferrable. |
@kgryte Ready for final review |
@Planeshifter it has been almost 3 weeks.i am free now, can you please review my pr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This now LGTM. Thanks for your contribution, @yaswanthkosuru.
PR-URL: stdlib-js#2969 Closes: stdlib-js#1074 Ref: stdlib-js#1075 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
PR-URL: stdlib-js#2969 Closes: stdlib-js#1074 Ref: stdlib-js#1075 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
Resolves #1074.
Description
his RFC proposes adding a filesystem utility to read a file which is newline-delimited JSON (NDJSON).
Related Issues
#1075
This pull request:
@stdlib/fs/read-ndjson
#1074Checklist
@stdlib-js/reviewers