v.24.4Experimental Feature

Support Variant in JSONExtract Functions

Support Variant in JSONExtract functions. #62014 (Kruglov Pavel).
Added support for the Variant data type in JSONExtract functions.

Why it matters

This feature enables users to extract and work with JSON data containing Variant types directly using JSONExtract functions, improving flexibility and ease of handling varied JSON structures in ClickHouse.

How to use it

Use JSONExtract functions as before, but now they can handle the Variant data type seamlessly. No additional configuration is required.