Skip to content

Commit e7e9438

Browse files
authored
Merge pull request #2908 from ClickHouse/issue_2900
new JSON type
2 parents be09e48 + 20d728a commit e7e9438

File tree

1 file changed

+2
-2
lines changed
  • docs/en/integrations/data-ingestion/data-formats/json

1 file changed

+2
-2
lines changed

docs/en/integrations/data-ingestion/data-formats/json/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ ClickHouse provides several approaches for handling JSON, each with its respecti
3232
- [Handling other JSON Formats](/docs/en/integrations/data-formats/json/other-formats) - Some tips on handling JSON formats other than NDJSON.
3333
- [Other approaches to modelling JSON](/docs/en/integrations/data-formats/json/other-approaches) - Advanced approaches to modelling JSON. **Not recommended.**
3434

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).
3737
:::

0 commit comments

Comments
 (0)