File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
ci/jobs/scripts/check_style/aspell-ignore/en
docs/en/sql-reference/data-types Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ CapContains
152152CapUnion
153153CapnProto
154154CapnProtoEnumComparingMode
155+ CardSecondary
155156CatBoost
156157CellAreaM
157158CellAreaRads
Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ slug: /sql-reference/data-types/newjson
88title : ' JSON Data Type'
99---
1010
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+
1124The ` JSON ` type stores JavaScript Object Notation (JSON) documents in a single column.
1225
1326If you want to use the ` JSON ` type, and for the examples on this page, please use:
You can’t perform that action at this time.
0 commit comments