You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/stack-with-enterprise/json/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ See [JSONPath examples]({{< relref "/develop/data-types/json/path" >}}) for exam
39
39
40
40
### Legacy path syntax
41
41
42
-
The [legacy path syntax]({{< relref "/develop/data-types/json/path" >}}) refers to the path implementation in RedisJSON v1. RedisJSON v2 still supports this legacy path syntax in addition to JSONPath syntax.
42
+
The [legacy path syntax]({{< relref "/develop/data-types/json/path" >}}#legacy-path-syntax) refers to the path implementation in RedisJSON v1. RedisJSON v2 still supports this legacy path syntax in addition to JSONPath syntax.
43
43
44
44
The legacy path syntax works as follows:
45
45
@@ -59,7 +59,7 @@ The following paths refer to `headphones`, which is a child of `inventory` under
59
59
60
60
### Key name rules
61
61
62
-
You can only use the [legacy path syntax](#legacy-path-syntax) to access JSON keys if they follow these name syntax rules:
62
+
You can only use the legacy path syntax to access JSON keys if they follow these name syntax rules:
63
63
64
64
- Key names must begin with a letter, a dollar sign (`$`), or an underscore (`_`).
65
65
- Key names can contain letters, digits, dollar signs, and underscores.
0 commit comments