218 Commits (c773c10316794c39b9a75f176abb63d4c302a640)

Author SHA1 Message Date
Kalle Stenflo 13a0bb2ef1 Support 'OR' and 'AND' on Filter 10 years ago
Kalle Stenflo c615860d34 Updated test json and docs. 10 years ago
Kalle Stenflo 1bb52b59b0 Renamed internal 'compiler' package to 'token' 10 years ago
Kalle Stenflo 3c2d3ecc70 Changed some method names and added java doc. 10 years ago
Kalle Stenflo 2d01aa630b Fixed failing test. 10 years ago
Kalle Stenflo 05a74953ed Renamed Converters to Mappers and added JacksonMappingProvider. 10 years ago
Kalle Stenflo c78fcf6d1c Made provider names more symmetrical. Some documentation. 10 years ago
Kalle Stenflo 358ba2398e Removed unused imports. 10 years ago
Kalle Stenflo 571654f7fb Allow document references in inline filters. 10 years ago
Kalle Stenflo 8708a9c531 Applied Gson patch and added Gson converters for List and Map. 10 years ago
Kalle Stenflo 7621cd1d43 Gson support (work in progress). 10 years ago
Jochen Berger e9cdeb593b disable `ScanPathTokenTest.a_root_scan()` for the moment 10 years ago
Kalle Stenflo 15f1330987 Reworked conversion handling. 10 years ago
Kalle Stenflo d0a7d2f564 GsonProvider 10 years ago
Jochen Berger c8cf8356c1 remove `JsonProviderFactory`, the `JsonProvider` should be set via `Configuration` 10 years ago
Kalle Stenflo 3386f1ab28 Clean up tests. 10 years ago
Kalle Stenflo 01b979be98 Renamed FilterPathToken to PredicatePathToken 10 years ago
Kalle Stenflo cb6a2e805a Removed MERGE_MULTI_PROP option (not part of spec). 10 years ago
Kalle Stenflo ecde41a1e1 Added Converter to support type conversion. 10 years ago
Kalle Stenflo 8b918b2238 Made Filter more functional. Now it's only referred as Predicate. 10 years ago
Kalle Stenflo f05774a437 Fixed some tangles and removed dead tests. 10 years ago
Kalle Stenflo 4194ac3e7e Clean up. 10 years ago
Kalle Stenflo a269580b36 Ignored failing test. Not sure how to handle this yet. 10 years ago
Kalle Stenflo c88638c4ef Fixed issues 10 years ago
Kalle Stenflo 8da4d1a1d6 Option handling improved. 10 years ago
Kalle Stenflo 0d8192170a Code clean up and JacksonProvider improvements. 10 years ago
Kalle Stenflo 20511b5cfc Optimized imports and removed file headers. 10 years ago
Kalle Stenflo 143f6ff25d Implement the field exists check. 10 years ago
Kalle Stenflo 608c1a77be Rewrite intenals. 10 years ago
Jochen Berger 6efa648d17 allow to filter for existence of nested properties 11 years ago
Kalle Stenflo 15c94be41c Fixed java 6 build issue. 11 years ago
Kalle Stenflo ed1ebe7b74 Removed apache commons dependencies. 11 years ago
Kalle Stenflo a83f32caba 'AND' (&&) support in ArrayEvalFilter. 11 years ago
Kalle Stenflo 5f8beff812 Fixed issue 36 - deep scan for arrays. 11 years ago
Kalle Stenflo ba23ae266a Improved array slicing. 11 years ago
Kalle Stenflo 47cb1c6f06 Improved API and added some doc. 11 years ago
Kalle Stenflo 9ea098d74c Improved Exception handling. 11 years ago
Kalle Stenflo b15cb3ac8f API clean up. Reduce static method overloading by fluent API. 11 years ago
Kalle Stenflo b3dd129088 found issues. 11 years ago
Kalle Stenflo def3db7ea2 Slf4j logging dependeny added to JsonPath. 11 years ago
Jochen Berger 4e23372528 use slf4j for logging 11 years ago
Kalle Stenflo 77e18924f9 Added internal logging support. 11 years ago
Kalle Stenflo 5f2879f1ed Fixed exception catching in JsonModel hasPath(). 11 years ago
Kalle Stenflo 3e46d80b62 Reverted exception in ArrayIndexFilter and fixed tests. 11 years ago
Kalle Stenflo f3e672c2a2 Improved exception handling. 11 years ago
Jochen Berger 08a2e8e048 add a test for what's described in comment #4 of issue 29 11 years ago
Kalle Stenflo 30d80571c9 Null handling tests. 11 years ago
Kalle Stenflo 410e4269c7 Support null filters like [?(@foo == null)] and [?(@foo != null)] 11 years ago
Kalle Stenflo 81aa8b171d Array eval filters can be a path like [?(@.address.street == 'foo')] 11 years ago
Kalle Stenflo 58c0474f29 Fixed issue with attribs named '$'. 11 years ago