JsonPath v1.1.0 Release Notes

Release Date: 2014-10-01 // over 9 years ago
    • Reintroduced method JsonProvider.createMap(). This should never have been removed. NOTE: This is a breaking change if you implemented your own JsonProvider based on the 1.0.0 API
    • 👻 Filters threw exception if an item being filtered did not contain the path being filtered upon.
    • Multi-property selects works as it did in 0.9. e.g. $[*]['category', 'price']
    • Cache results when predicates refer to path in document e.g. $[*][?(@.price <= $.max-price)] will only evaluate $.max-price once.