v.25.12Improvement

Format, named tuples are now displayed as

In Pretty format, named tuples are now displayed as Pretty JSON. This closes #65022. #91779 (Mostafa Mohamed Salah).
In the Pretty output format, named tuples are now rendered as Pretty JSON, improving readability.

Why it matters

This feature addresses the issue of displaying named tuples in a more user-friendly and visually structured way within the Pretty format. By rendering named tuples as Pretty JSON, users can more easily interpret complex tuple data.

How to use it

Simply use the Pretty output format when querying named tuples. The rendering will automatically present them as Pretty JSON without requiring additional configuration.