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: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Notable enhancements include:
11
11
- Property names containing `;` and `]` are no longer inaccessible, no more gotchas
12
12
- New path output options for: dot style paths, single or double quoted brackets, and even RFC6901 JSON Pointer output
13
13
- Unions may now contain any and all valid JSONPath expressions
14
+
- Octal indices are disallowed, however octals (both old and new syntax) can be used in script and filter expressions along with any other valid JS expressions EXCEPT function invocations (apart from test/match/exec)
14
15
15
16
## JSONPath Syntax
16
17
@@ -306,11 +307,18 @@ Hat tip to [cburgmer](https://github.com/cburgmer) for providing the bones of th
0 commit comments