758 Commits (c23b301b4624aabc186446ff7393527ace9a3ee1)
 

Author SHA1 Message Date
kallestenflo c23b301b46 Update README.md 8 years ago
kallestenflo c618732f16 Update README.md 8 years ago
kallestenflo 680e0277b3 Merge pull request #314 from jochenberger/use-json-smart-for-query-parsing 8 years ago
Kalle Stenflo e10c47b7f9 Accept URLs as input but deprecate URL methods #218. 8 years ago
kallestenflo b0a2b65697 Merge pull request #332 from jochenberger/patch-2 8 years ago
kallestenflo 475a184ff1 Merge pull request #335 from mgreenwood1001/Issue234 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
kallestenflo 0415bdeb15 Merge pull request #317 from jochenberger/patch-3 8 years ago
Jochen Berger 3474c9e80a adapt test 8 years ago
jochenberger 6b57f766c3 Merge branch 'master' into patch-3 8 years ago
jochenberger 1cb9509a6b Merge branch 'master' into use-json-smart-for-query-parsing 8 years ago
Kalle Stenflo 794d1fcb55 Added copyright date and company #251. 8 years ago
Kalle Stenflo 7f77428923 Added provided tests for issue #275. 8 years ago
kallestenflo 32573abffe Merge pull request #334 from jochenberger/upgrade-json-smart 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
kallestenflo e0231f0a15 Merge pull request #331 from jochenberger/fix-json-org-provider 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
kallestenflo b1732ff8ed Merge pull request #330 from jochenberger/patch-1 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
kallestenflo 3068c80979 Merge pull request #329 from jochenberger/negative-array-index 8 years ago
Jochen Berger 571fae5ccd add example for negative array index 8 years ago
Jochen Berger 40dac9fa73 support negative array indexes 8 years ago
kallestenflo d3afea5036 Merge pull request #328 from jochenberger/patch-8 8 years ago
jochenberger 517ec8a66c Don't create appender when not needed, remove unused variable declaration 8 years ago
kallestenflo 826c5a10e4 Merge pull request #327 from jochenberger/speed-up-filter-compiler 8 years ago
Jochen Berger e7ac1e60d1 avoid some costly calls to String#trim() 8 years ago
jochenberger 3bf74613fd Merge branch 'master' into use-json-smart-for-query-parsing 8 years ago
kallestenflo 5e6fbc89da Merge pull request #320 from jochenberger/patch-1 8 years ago
kallestenflo 4156438497 Merge pull request #321 from jochenberger/patch-4 8 years ago
kallestenflo 590213942c Merge pull request #322 from jochenberger/patch-5 8 years ago
kallestenflo bbe9a5d882 Merge pull request #324 from jochenberger/patch-7 8 years ago
kallestenflo 4c245c2875 Merge pull request #323 from jochenberger/patch-6 8 years ago
jochenberger 9f3036ece0 Make inner class static 8 years ago
jochenberger be1e39e91a Make LimitingEvaluationListener *static* 8 years ago