From 1c74c88ba061bc072a70c34b7ca8959dbba8266a Mon Sep 17 00:00:00 2001 From: kallestenflo Date: Thu, 18 Sep 2014 22:59:01 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2741df9b..a158a78a 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ JSONPath [![Build Status](https://travis-ci.org/jayway/JsonPath.svg?branch=master)](https://travis-ci.org/jayway/JsonPath) -[read more](http://code.google.com/p/json-path/) - JSONPath expressions always refer to a JSON structure in the same way as XPath expression are used in combination with an XML document. The "root member object" in JSONPath is always referred to as `$` regardless if it is an object or array. @@ -138,13 +136,14 @@ List> expensiveBooks = JsonPath What is Returned When? ---------------------- +Predicates +---------- + PATH vs VALUE ------------- - - -Advanced --------- +Tweaking Configuration +---------------------- The default JsonProvider is `JsonSmartJsonProvider` backed by [json-smart](https://code.google.com/p/json-smart/), a small and fast JSONParser. If you prefer Jackson there is a `JacksonJsonProvider` available. There is also an experimental `GsonJsonProvider`.