Skip to content

Commit 29a6ff0

Browse files
committed
docs: clarify ejson path support
1 parent ca5a4f6 commit 29a6ff0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/JSON.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,8 @@ EQL uses an extended JSONPath syntax called EJSONPath for specifying paths in JS
357357
- Root selector: `$`
358358
- Dot notation for keys: `$.key`
359359
- Bracket notation for keys with special characters: `$['key.with.special*chars']`
360-
- Wildcards and array indexing are supported.
360+
- Wildcards are supported: `$.some_array_field[*]`
361+
- Array indexing is **not** supported: `$.some_array_field[0]`
361362

362363
**Example Paths:**
363364

0 commit comments

Comments
 (0)