We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently JSONL is supported only when writing, for symmetry we must add it also to the reader.
When reading jsonl all we need to do is read the json file line by line and, decode each line and turn it into a row that would be yielded after.
DX should be similar to writter:
from_json()->asJsonl()
The text was updated successfully, but these errors were encountered:
Reference to #1442 for inspiration
Sorry, something went wrong.
@jmortlock would you be interested in picking up this one?
Sure thing i'll work on adding read support
Awesome! Let me know if you would need any assistance 💪
Successfully merging a pull request may close this issue.
Currently JSONL is supported only when writing, for symmetry we must add it also to the reader.
When reading jsonl all we need to do is read the json file line by line and, decode each line and turn it into a row that would be yielded after.
DX should be similar to writter:
from_json()->asJsonl()
The text was updated successfully, but these errors were encountered: