From 3de2ae0dbf1ff46889f02efafc1fce6d779b1382 Mon Sep 17 00:00:00 2001 From: kallestenflo Date: Sat, 17 Oct 2015 15:20:41 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.