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.
1 parent 4e4c52a commit 609881cCopy full SHA for 609881c
README.md
@@ -25,6 +25,8 @@ var results = models.SelectElements("$.persons[?(@.age > 3)]").ToList();
25
```
26
27
### Implementation
28
+Because JsonDocumentPath is using the same Json.net strategic for parsing and evaluation the following is a list of pieces were already implemented:
29
+
30
#### Json.Net Filters:
31
- [x] ArrayIndexFilter
32
- [x] ArrayMultipleIndexFilter
0 commit comments