Skip to content

Commit 04c34c7

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent 0d8c139 commit 04c34c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usage/sync-rules/operators-and-functions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Some fundamental restrictions on these operators and functions are:
3939
| base64(data) | Convert blob or text data to base64 text. |
4040
| [length(data)](https://www.sqlite.org/lang_corefunc.html#length) | For text, return the number of characters. For blob, return the number of bytes. For null, return null. For integer and real, convert to text and return the number of characters. |
4141
| [typeof(data)](https://www.sqlite.org/lang_corefunc.html#typeof) | text, integer, real, blob or null |
42-
| [json\_extract(data, path)](https://www.sqlite.org/json1.html#jex) | Same as \->> operator, but the path must start with $. |
42+
| [json\_extract(data, path)](https://www.sqlite.org/json1.html#jex) | Same as `->>` operator, but the path must start with $. |
4343
| [json\_array\_length(data)](https://www.sqlite.org/json1.html#jarraylen) | Given a JSON array (as text), returns the length of the array. If data is null, returns null. If the value is not a JSON array, returns 0. |
4444
| [json\_valid(data)](https://www.sqlite.org/json1.html#jvalid) | Returns 1 if the data can be parsed as JSON, 0 otherwise. |
4545
| json\_keys(data) | Returns the set of keys as a JSON array. |

0 commit comments

Comments
 (0)