From eddbba5bc56c9256342a480385999ded10a516f9 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Mon, 31 Oct 2022 16:23:20 +0800 Subject: [PATCH] Update docs-2.0/3.ngql-guide/6.functions-and-expressions/2.string.md --- docs-2.0/3.ngql-guide/6.functions-and-expressions/2.string.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/3.ngql-guide/6.functions-and-expressions/2.string.md b/docs-2.0/3.ngql-guide/6.functions-and-expressions/2.string.md index e1836ce1f6e..8d3e5bd6c87 100644 --- a/docs-2.0/3.ngql-guide/6.functions-and-expressions/2.string.md +++ b/docs-2.0/3.ngql-guide/6.functions-and-expressions/2.string.md @@ -537,7 +537,7 @@ json_extract() 将指定 JSON 字符串转换为 map 类型。 !!! caution - - 目前仅支持Bool、Double、Int、String 和 NULL 类型数据。 + - 目前仅支持 Bool、Double、Int、String 和 NULL 类型数据。 - 仅支持深度为 1 的 Map 嵌套,如果嵌套深度为 2 及以上,嵌套项保留为空。 示例: