509 Commits (46b4c58b02ab16a2af29de71b790f050dd28eb1d)

Author SHA1 Message Date
jochenberger 7037b37d80 Fix cast 8 years ago
jonny 945305dc19 new line feed 8 years ago
Kalle Stenflo 4c64ec2532 Make ParseContext from JsonPath.using thread safe #187 8 years ago
Kalle Stenflo e10c47b7f9 Accept URLs as input but deprecate URL methods #218. 8 years ago
Greenwood 73a97c3d5e removing created by 8 years ago
Greenwood bb682179c2 replacing space with tabs, IDE formatting issue 8 years ago
Greenwood e8199bd93d addressing @jochenberger's code review comments, Created by... is IntelliJ auto-creation -- added Apache license headers 8 years ago
Jochen Berger 3474c9e80a adapt test 8 years ago
Kalle Stenflo 7f77428923 Added provided tests for issue #275. 8 years ago
mattg 6b45f7e50f missed one file, removed args 8 years ago
mattg fd6f8a6f3e removing dead constructor arg 8 years ago
mattg 4b19669222 removing commented out code 8 years ago
mattg 760abf2a39 update of javadoc 8 years ago
mattg ceda040d29 update of javadoc 8 years ago
mattg e0eb000973 removing unused import 8 years ago
mattg 76cb105d4a removing unused import - fixing 2nd call to get() to avoid recomputation 8 years ago
mattg 965e49e2ca Fixes Issue #234 using late binding, ideally this might be a lambda that encapsulates its state -- given support for JDK 6+, its encapsulated state is maintained in an implementation of the interface ILateBindingValue, one for PATH functions one for JSON - its likely the JSON version doesn't have a purpose unless the JSON dynamically changes as a result of the function implementation but its better to create another impl for JSON if in the future JSON can be dynamically changed via functions(?) 8 years ago
Jochen Berger 26bd6031b7 upgrade json-smart dependency 8 years ago
jochenberger ef712d329b FIx typo in exception message 8 years ago
Kalle Stenflo 4d88801566 Added test for issue 309. 8 years ago
jochenberger f118637519 Better approach 8 years ago
Jochen Berger 32a0a5294b fix result if object does not contain key (fixes #270) 8 years ago
jochenberger 41be671609 Restore accidentally removed line 8 years ago
jochenberger 0b9900ef66 Use json-smart to detect whether the String is JSON 8 years ago
jochenberger 3b6a662c9b Add test 8 years ago
jochenberger fcfd849e83 Fix JSON detection 8 years ago
Jochen Berger 40dac9fa73 support negative array indexes 8 years ago
jochenberger 517ec8a66c Don't create appender when not needed, remove unused variable declaration 8 years ago
Jochen Berger e7ac1e60d1 avoid some costly calls to String#trim() 8 years ago
jochenberger 9f3036ece0 Make inner class static 8 years ago
jochenberger be1e39e91a Make LimitingEvaluationListener *static* 8 years ago
jochenberger c02d854867 Don't initialize Configuration if we don't need it 8 years ago
jochenberger 860b6d0e88 Update build.gradle 8 years ago
jochenberger 0ff476f97d Fix distribution bundle 8 years ago
jochenberger 7ad004c1a3 Make jettison optional 8 years ago
jochenberger aba863021c Don't mark json-smart as optional 8 years ago
jochenberger 6cf30fd1a0 Update ValueNode.java 8 years ago
Jochen Berger 2ccde968c2 upgrade Gradle wrapper 8 years ago
jochenberger 7919f55361 Exclude transitive ASM dependency 8 years ago
Jochen Berger db59d0ba21 use json-smart to parse the query 8 years ago
Andrew Prentice 788223760a Fixing java.lang.NoClassDefFoundError: com/google/gson/JsonObject when using JsonOrgJsonProvider 8 years ago
Benjamin Rogge 291eabafda enable bigdecimal and -integer for GSONProvider 8 years ago
odlp ba3e1196dc Add BooleanReader to allow boolean primitive to be read 9 years ago
Ari Fogel 38c7e791f6 implement not (!) operator in filter expressions 9 years ago
kysnm 0ea1cb59ad The conditions the same as the other 9 years ago
kysnm 2572cbab02 Property must be separated by commas 9 years ago
jmlamare 0275491485 Jettison Integration 9 years ago
jmlamare e5f210f6a1 Jettison Integration 9 years ago
jmlamare d2a6e7b29b Add support for Jettison 9 years ago
Jan Lolling 3d0c3e99a5 Null-node instead of removing attribute when set null as value 9 years ago