Browse Source

Merge pull request #530 from alterdego/master

Fixed typos in README.md
pull/532/head
kallestenflo 6 years ago committed by GitHub
parent
commit
feb0574f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -322,7 +322,7 @@ List<Map<String, Object>> books =
Path vs Value
-------------
In the Goessner implementation a JsonPath can return either `Path` or `Value`. `Value` is the default and what all the examples above are returning. If you rather have the path of the elements our query is hitting this can be acheived with an option.
In the Goessner implementation a JsonPath can return either `Path` or `Value`. `Value` is the default and what all the examples above are returning. If you rather have the path of the elements our query is hitting this can be achieved with an option.
```java
Configuration conf = Configuration.builder()

Loading…
Cancel
Save