Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atamano authored Oct 5, 2023
1 parent 88b7e6a commit 285f545
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,4 @@ The project uses ANTLR [grammar](https://github.com/atamano/jsonpathly/blob/mast

#### Implementation

The implementation is similar to the main [Java JSONPath library](https://github.com/json-path/JsonPath), with minor differences:

- unions like "$.object[key1, key2]" would return [object[key1], object[key2]] instead of a truncated object
- functions such as ".length()," "max()," and "min()" are not yet supported.
For an overview of jsonpathly implementations and to compare its differences with other libraries, you can visit https://cburgmer.github.io/json-path-comparison

0 comments on commit 285f545

Please sign in to comment.