v.25.10Improvement
JSON columns are now pretty printed
JSONcolumns are now pretty printed when usingVerticalformat. Closes #81794. #88524 (Frank Rosner).
Why it matters
This feature improves the readability of JSON data when displayed in theVertical format by formatting JSON columns in an indented and structured way, making it easier for users to interpret complex JSON output directly in query results.How to use it
To use this feature, simply select theVertical output format in your ClickHouse client or query interface. JSON columns will automatically be pretty printed without any additional configuration. For example:SELECT * FROM your_table FORMAT Vertical