Skip to content

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

Merged
merged 4 commits into from
Oct 26, 2024
Merged

Conversation

yaswanthkosuru
Copy link
Contributor

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:

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@yaswanthkosuru yaswanthkosuru changed the title feat: add fs/read-ndjson feat: add fs/read-ndjson Sep 30, 2024
@yaswanthkosuru yaswanthkosuru changed the title feat: add fs/read-ndjson feat: add fs/read-ndjson Sep 30, 2024
@yaswanthkosuru
Copy link
Contributor Author

@Planeshifter ready for initial review!

@kgryte kgryte added Feature Issue or pull request for adding a new feature. Needs Review A pull request which needs code review. Utilities Issue or pull request concerning general utilities. labels Oct 1, 2024
@yaswanthkosuru
Copy link
Contributor Author

yaswanthkosuru commented Oct 1, 2024

Should I add these link as ndjson :https://ndjson.org/ in readme. md
I am not sure?

@kgryte
Copy link
Member

kgryte commented Oct 1, 2024

Yes, that would be preferrable.

@yaswanthkosuru yaswanthkosuru requested a review from kgryte October 7, 2024 05:06
@yaswanthkosuru
Copy link
Contributor Author

@kgryte Ready for final review

@yaswanthkosuru
Copy link
Contributor Author

yaswanthkosuru commented Oct 25, 2024

@Planeshifter it has been almost 3 weeks.i am free now, can you please review my pr
Thanks ..

@kgryte kgryte removed the Needs Review A pull request which needs code review. label Oct 26, 2024
Copy link
Member

@kgryte kgryte left a 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.

@kgryte kgryte merged commit d9db39a into stdlib-js:develop Oct 26, 2024
11 checks passed
Neerajpathak07 pushed a commit to Neerajpathak07/stdlib that referenced this pull request Nov 9, 2024
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>
aayush0325 pushed a commit to aayush0325/stdlib that referenced this pull request Nov 11, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Issue or pull request for adding a new feature. Utilities Issue or pull request concerning general utilities.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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