mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
22e4d84993
Prior to this commit, Spring web frameworks were using the "application/x-ndjson" media type for streaming JSON payloads delimited with newlines. The "application/jsonl" media type seems to gain popularity in the broader ecosystem and could supersede NDJSON in the future. This commit adds support for JSON Lines as an alternative. Closes gh-36485