This is an automated email from the ASF dual-hosted git repository.
mrhhsg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 7840214acc7 [doc] Add JSON nesting depth limit to docs (#3908)
7840214acc7 is described below
commit 7840214acc7641dca9a597c1164fa9d35390e87f
Author: Jerry Hu <[email protected]>
AuthorDate: Thu Jun 4 15:39:57 2026 +0800
[doc] Add JSON nesting depth limit to docs (#3908)
## Summary
- Document the JSON nesting depth limit in the English JSON data type
doc.
- Add the corresponding Chinese localized description.
## Validation
- Ran `git diff --cached --check` before committing.
- Documentation-only change; no site build was run.
---
docs/sql-manual/basic-element/sql-data-types/semi-structured/JSON.md | 1 +
.../sql-manual/basic-element/sql-data-types/semi-structured/JSON.md | 1 +
2 files changed, 2 insertions(+)
diff --git
a/docs/sql-manual/basic-element/sql-data-types/semi-structured/JSON.md
b/docs/sql-manual/basic-element/sql-data-types/semi-structured/JSON.md
index fd5dfc36317..129383306ab 100644
--- a/docs/sql-manual/basic-element/sql-data-types/semi-structured/JSON.md
+++ b/docs/sql-manual/basic-element/sql-data-types/semi-structured/JSON.md
@@ -422,6 +422,7 @@ Object{
- Size limit can be adjusted via the BE configuration parameter
string_type_length_soft_limit_bytes
- Maximum adjustment up to 2,147,483,643 bytes (approximately 2 GB)
- In Doris JSON type Objects, key length cannot exceed 255 bytes
+- JSON supports a maximum nesting depth of 100 levels
## Usage Example
A tutorial for JSON datatype including create table, load data and query.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/basic-element/sql-data-types/semi-structured/JSON.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/basic-element/sql-data-types/semi-structured/JSON.md
index 7a23ac58a62..ad9f2a6106c 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/basic-element/sql-data-types/semi-structured/JSON.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/basic-element/sql-data-types/semi-structured/JSON.md
@@ -428,6 +428,7 @@ Object{
- 可通过 BE 配置 string_type_length_soft_limit_bytes 参数调整大小限制
- 最大可调整至 2,147,483,643 字节(约 2 GB)
- Doris JSON 类型的 Object 中,key 长度不能超过 255 个字节
+- JSON 的嵌套层级最多支持 100 层
## 使用示例
用一个从建表、导数据、查询全周期的例子说明JSON数据类型的功能和用法。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]