Skip to content
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

Support streaming JSON formats such as json-seq #3735

Draft
wants to merge 1 commit into
base: v3.2.0-dev
Choose a base branch
from

Conversation

handrews
Copy link
Contributor

@handrews handrews commented Apr 21, 2024

These formats can easily be modeled as if they were JSON arrays, with fairly minimal new tooling requirements. As documented in the linked issue, there is ample evidence for their use, and the different formats do not require different modeling approaches. This approach works for all known current streaming formats (which may or may not be literally streamed in the HTTP sense).

This seems like a nice, small-but-impactful enhancement for 3.2.0.

These formats can easily be modeled as if they were JSON arrays,
with fairly minimal new tooling requirements.
@handrews handrews added enhancement media and encoding Issues regarding media type support and how to encode data (outside of query/path params) labels Apr 21, 2024
@handrews handrews added this to the v3.2.0 milestone Apr 21, 2024
@handrews handrews requested a review from a team April 21, 2024 21:43
@handrews
Copy link
Contributor Author

handrews commented May 6, 2024

Moving to draft for now as 3.2 PRs that aren't ports from the patch releases can wait until after we finish the patch releases.

@handrews handrews marked this pull request as draft May 6, 2024 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement media and encoding Issues regarding media type support and how to encode data (outside of query/path params)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants