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
What is the appropriate mime-type? #9
Comments
|
I would also like to see a suggestion :) |
|
At ScrapingHub we're using |
|
ndjson is now essentially the same format, why not use theirs "application/x-ndjson" https://github.com/ndjson/ndjson-spec |
|
FWIW |
|
Today, almost four years later, I found my own question via Google I am going to use |
|
I found this issue after giving a suggestion elsewhere: #36 https://tools.ietf.org/html/rfc7464 seems to suggest using |
|
|
|
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. |
@whlavina - I joined that so called IETF discussion thread (and was present during the JSON sequences RFC shaping) and I still think |
|
I've also subscribed to the IETF mailing list, but I'm not sure how to respond to a past thread... Meanwhile, on my end, we support |
What is the appropriate mime-type for jsonlines? Is it
application/json, too, or should I use something different?The text was updated successfully, but these errors were encountered: