You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/integrations/data-ingestion/data-formats/json/intro.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,6 @@ ClickHouse provides several approaches for handling JSON, each with its respecti
32
32
-[Handling other JSON Formats](/docs/en/integrations/data-formats/json/other-formats) - Some tips on handling JSON formats other than NDJSON.
33
33
-[Other approaches to modelling JSON](/docs/en/integrations/data-formats/json/other-approaches) - Advanced approaches to modelling JSON. **Not recommended.**
34
34
35
-
:::note Important: A new JSON type will be released soon
36
-
This guide considers existing techniques for handling JSON. A new JSON type is being actively developed and will be available soon. You can track the progress of this feature by following [this GitHub issue](https://github.com/ClickHouse/ClickHouse/issues/54864). This new data type will replace the existing deprecated [Object Data Type](/docs/en/sql-reference/data-types/object-data-type) (alias `JSON`).
35
+
:::note Important: A new JSON type is available in Beta
36
+
This guide considers existing techniques for handling JSON. A new JSON type is available in Beta. Further details [here](/docs/en/sql-reference/data-types/newjson).
0 commit comments