|
|
@ -4,6 +4,7 @@ In The Pipe |
|
|
|
this makes it possible to limit the number of results to fetch when a document is scanned. Also |
|
|
|
this makes it possible to limit the number of results to fetch when a document is scanned. Also |
|
|
|
added utility method to limit results `JsonPath.parse(json).limit(1).read("$..title", List.class);` |
|
|
|
added utility method to limit results `JsonPath.parse(json).limit(1).read("$..title", List.class);` |
|
|
|
* Added support for OR in inline filters [?(@.foo == 'bar' || @.foo == 'baz')] |
|
|
|
* Added support for OR in inline filters [?(@.foo == 'bar' || @.foo == 'baz')] |
|
|
|
|
|
|
|
* Upgrade json-smart to 2.1.0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.1.0 (2014-10-01) |
|
|
|
1.1.0 (2014-10-01) |
|
|
|