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
New content-type convention suggestion #19
Comments
|
I'd rather prefer In addition to the Media Type, a registered structured suffix may be interesting. In my eyes even more useful, to create media types like See also: @wardi have you considered filing a registration for a json-lines Media Type and structured suffix at IANA? |
|
There is an IETF RFC 7464 for JSON Text Sequences that uses mime type: It allows prefixing each JSON record with <RS> control character and requires ending each JSON record with <LF>. |
|
This seems like a duplicate of #9. The whole purpose of the |
|
The lack of a definitive IANA Media Type for JSON Lines causes some difficulty for those of us using the format. In the interest of pushing the issue, I took the liberty of starting a conversation: Perhaps someone here would like to join that thread? Disclaimer: I am in no way affiliated with the IANA/IETF. I am merely interested in using the format, correctly. |
What do you think about adding new HTTP content-type for jsonlines data.
What about
application/jsonl?The text was updated successfully, but these errors were encountered: