v.25.9Improvement
Remove extra whitespace
Remove extra whitespace in PrettyJSONEachRow during JSON type output. #86819 (Pavel Kruglov).Why it matters
This change improves the readability and compactness of JSON output by eliminating unnecessary whitespace, making it easier for users to consume and process JSON rows without extra formatting clutter.How to use it
Users will automatically benefit from this improvement when using thePrettyJSONEachRow format for queries that output JSON types; no additional configuration is required.