Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Aug 10, 2021
1 parent a9b2556 commit dff0487
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 63 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ string jsonString = @"
using JsonDocument doc = JsonDocument.Parse(jsonString);
```
the [JsonCons.JsonPath.JsonSelector](https://danielaparker.github.io/JsonCons.Net/ref/JsonCons.JsonPath.JsonSelector.html)
class provides functionality to retrieve elements in the JSON document selected according to some criteria,
class provides functionality to select elements in the JSON document with code like this:

```
var selector = JsonSelector.Parse("$.books[?(@.price >= 22 && @.price < 30)]");
Expand Down
Loading

0 comments on commit dff0487

Please sign in to comment.