We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fab1d commit 993f2f8Copy full SHA for 993f2f8
docs/en/sql-reference/data-types/newjson.md
@@ -8,6 +8,19 @@ slug: /sql-reference/data-types/newjson
8
title: 'JSON Data Type'
9
---
10
11
+import {CardSecondary} from '@clickhouse/click-ui/bundled';
12
+
13
+<CardSecondary
14
+ badgeState="success"
15
+ badgeText=""
16
+ description="Check out our JSON best practice guide for examples, advanced features and considerations for using the JSON type."
17
+ icon="book"
18
+ infoText="Read more"
19
+ infoUrl="/docs/best-practices/use-json-where-appropriate"
20
+ title="Looking for a guide?"
21
+/>
22
+<br/>
23
24
The `JSON` type stores JavaScript Object Notation (JSON) documents in a single column.
25
26
If you want to use the `JSON` type, and for the examples on this page, please use:
0 commit comments