diff --git a/README.md b/README.md index ac1ffefc..9ce24c31 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,10 @@ Given the json | $.store.book[?(@.price < 10)] | All books in store cheaper than 10 | | $..book[?(@.price <= $['expensive'])] | All books in store that are not "expensive" | | $..book[?(@.author =~ /.*REES/i)] | All books matching regex (ignore case) | -| $..* | Give me every thing | +| $..* | Give me every thing + Reading a Document ------------------ The simplest most straight forward way to use JsonPath is via the static read API.