243 Commits (c6c092a091877702e1caa493964dcf906fa94839)

Author SHA1 Message Date
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
Kalle Stenflo 6d316c7d29 Improved exceptions and simplified JsonProviderFactory. 11 years ago
Kalle Stenflo ba29e7e0a1 Improved list filter. Updated POM files. 11 years ago
Kalle Stenflo c9f4cd5a3d fixed array slizing. 11 years ago
Kalle Stenflo a875a730f3 Fixed issues. 11 years ago
Kalle Stenflo f7cc1139ce Fixed merge issue. 11 years ago
Jack Singleton 7e4e04d739 Removed test for issue 7 which is in conflict with new behavior 11 years ago
Jack Singleton c05c4364bc Added tests for query for null field and query for property on array 11 years ago
Dmytro Kostiuchenko a3b2684b6f Support for Boolean values in ExpressionEvaluator 11 years ago
Jochen Berger 2be8d8f67e add a test for one of the cases in issue 29 11 years ago
Jochen Berger 7ec75fa147 replace usage of restricted class sun.misc.IOUtils by org.apache.commons.io.IOUtils 11 years ago
Jochen Berger 69e55edfc8 update commons-lang to version 3.1 11 years ago
Jochen Berger 03e97890dc add some tests 11 years ago
Kalle Stenflo 2d5a17d045 Fixed multi prop select. 12 years ago
Kalle Stenflo 65e52d5040 Release preps. 12 years ago
Kalle Stenflo fb9cc8dfe2 Fixed backward compatibility in JsonModel. 12 years ago
Kalle Stenflo 765f573306 Improved conversions. 12 years ago
Kalle Stenflo 24e8311c9c Docs and refactorings. 12 years ago
Kalle Stenflo 1216133e18 HttpProvider SPI. 12 years ago
Kalle Stenflo 89b74987ba Improved Filter and Criteria. 12 years ago
Kalle Stenflo 3bb1e00e90 Added generic type in Filter. 12 years ago
Kalle Stenflo 8c10101593 Filter support extended 13 years ago
Kalle Stenflo 828dfb927b Filter support with Builder 13 years ago
Kalle Stenflo 557eb72d23 don't accept single '=' in array eval. 13 years ago
Kalle Stenflo 5b56bcf8dc Fixed InvalidPathException bug. 13 years ago
Kalle Stenflo 974a84553c Added write ops to JsonModel. 13 years ago
Kalle Stenflo 7d0aece1d8 Improved JsonModel Tests. 13 years ago
Kalle Stenflo 6ed6de77e8 Improved JsonModel map() functionality. 13 years ago