Skip to content

Commit 609881c

Browse files
authored
Update README.md
1 parent 4e4c52a commit 609881c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ var results = models.SelectElements("$.persons[?(@.age > 3)]").ToList();
2525
```
2626

2727
### 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+
2830
#### Json.Net Filters:
2931
- [x] ArrayIndexFilter
3032
- [x] ArrayMultipleIndexFilter

0 commit comments

Comments
 (0)