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.
ParseJson
1 parent 1c3f6c5 commit 2118bf9Copy full SHA for 2118bf9
docs/docs/ops/functions.md
@@ -5,6 +5,17 @@ description: CocoIndex Built-in Functions
5
6
# CocoIndex Built-in Functions
7
8
+## ParseJson
9
+
10
+`ParseJson` parses a given text to JSON.
11
12
+The spec takes the following fields:
13
14
+* `text` (type: `str`, required): The source text to parse.
15
+* `language` (type: `str`, optional): The language of the source text. Only `json` is supported now. Default to `json`.
16
17
+Return type: `Json`
18
19
## SplitRecursively
20
21
`SplitRecursively` splits a document into chunks of a given size.
0 commit comments