Skip to content

Commit 993f2f8

Browse files
authored
Cross link best practice guide
1 parent 06fab1d commit 993f2f8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/en/sql-reference/data-types/newjson.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ slug: /sql-reference/data-types/newjson
88
title: '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+
1124
The `JSON` type stores JavaScript Object Notation (JSON) documents in a single column.
1225

1326
If you want to use the `JSON` type, and for the examples on this page, please use:

0 commit comments

Comments
 (0)