gauravgupta
|
9bc0f8b213
|
Added filters to the cache key #94
|
9 years ago |
Alexey Makeyev
|
630f0c15b3
|
fix for PathToken.isUpstreamDefinite
|
9 years ago |
Alexey Makeyev
|
296d3578d6
|
tests of Option.ALWAYS_RETURN_LIST in case of indefinite path moved to separate test
|
9 years ago |
Alexey Makeyev
|
9566d846e6
|
two more tests for Option.ALWAYS_RETURN_LIST in case of indefinite path
|
9 years ago |
Alexey Makeyev
|
03bec8af41
|
two more tests for Option.ALWAYS_RETURN_LIST
|
9 years ago |
Kalle Stenflo
|
e1d5329a8c
|
Improved test for Filter serialization.
|
9 years ago |
Kalle Stenflo
|
454b7d49a3
|
PathCompiler simplifications.
|
9 years ago |
Kalle Stenflo
|
ba08ae3018
|
Stab at fixing #94 cache problem.
|
9 years ago |
Jochen Berger
|
8c2b7b6761
|
fix handling of REQUIRE_PROPERTIES with nested objects
|
9 years ago |
Elias Ross
|
fb9c621e5c
|
unescape strings in comparison, to deal with tabs, etc.
|
9 years ago |
Elias Ross
|
c759a20188
|
Allow JSON values to be directly used in criteria matching
This is useful for matching against arrays of primitives, for example.
|
9 years ago |
Kalle Stenflo
|
81b1d522c8
|
Fixed issue in test.
|
9 years ago |
Matt Greenwood
|
f40063bf02
|
added case for length of map or JSONArray of values
|
10 years ago |
Matt Greenwood
|
6c083d3a51
|
reverted change to lotto.json, added test case for functions in predicates
|
10 years ago |
Matt Greenwood
|
1a0ea4b559
|
initial commit of function support providing math / JSON helper routines in path execution
|
10 years ago |
Kalle Stenflo
|
8a40b0420a
|
Fixed issue #79. Index out of bounds.
|
10 years ago |
Kalle Stenflo
|
dbc7e90904
|
Fixed issue #97. IndexOutOfBoundsException in DocumentContext.delete
|
10 years ago |
Tamas Adam
|
b5c175d04d
|
Added convert method for path value in-situ conversion.
|
10 years ago |
Tamas Adam
|
48544d14ab
|
Fix for list element removel if multiple path elements match.
|
10 years ago |
Tamas Adam
|
3cc47259fa
|
Using the more approtiate PathNotFoundException if old key in rename map was not found.
|
10 years ago |
Tamas Adam
|
dbff1d8b48
|
Fix for rename on non-existing old key - an InvalidPathException is thrown.
|
10 years ago |
Tamas Adam
|
f16ce7c2c6
|
Added renameKey feature to rename a key value found in a map path to a new key value.
|
10 years ago |
Kalle Stenflo
|
c03dcf77c5
|
Tests for issue #76
|
10 years ago |
Kalle Stenflo
|
1735bc7a87
|
Removed deprecated classes and some minor fixes.
|
10 years ago |
Kalle Stenflo
|
9837c72aaf
|
Fixed issue #71 escape ' in inline criteria.
|
10 years ago |
Kalle Stenflo
|
e6e28772f3
|
Moved providers out of internal.
|
10 years ago |
Jochen Berger
|
00c32fe5d3
|
add a test for https://code.google.com/p/json-path/issues/detail?id=58
|
10 years ago |
Kalle Stenflo
|
28388af0f3
|
Renamed JacksonTreeJsonProvider.
|
10 years ago |
Kalle Stenflo
|
bbcec25cf7
|
Added binary compatibility checks to build.
|
10 years ago |
Kalle Stenflo
|
f8209fcc40
|
Mapping improvements.
|
10 years ago |
Kalle Stenflo
|
c71e2c5e48
|
Improved support for Gson and Jackson Providers.
|
10 years ago |
Kalle Stenflo
|
290edb540c
|
Negate exist checks in inline filters (not defined or null)
parse(JSON_DOCUMENT).read("$.store.book[?(!@.isbn)]")
|
10 years ago |
Kalle Stenflo
|
78c8d908c1
|
Support for regex in inline filters.
|
10 years ago |
Kalle Stenflo
|
ca4d18911e
|
Inline criteria handles path stmt on both sides of operator.
|
10 years ago |
Kalle Stenflo
|
4c886174ff
|
Support write operations.
|
10 years ago |
Kalle Stenflo
|
4cf495a912
|
Fixed failing test.
|
10 years ago |
Kalle Stenflo
|
d1869ca0a0
|
JsonSmartProvider more configurable. Deprecated JsonProvider Mode.
|
10 years ago |
Kalle Stenflo
|
0b530378aa
|
Support OR statements in inline filters.
|
10 years ago |
Kalle Stenflo
|
73bf52fdd8
|
Added limit() to JsonReader.
|
10 years ago |
Kalle Stenflo
|
3cb6d6b1de
|
Added EvaluationListener support.
|
10 years ago |
Kalle Stenflo
|
c1a1fbe0e6
|
Extended Jackson mapping tests.
|
10 years ago |
Kalle Stenflo
|
69e223e4fe
|
Logging improvements.
|
10 years ago |
Kalle Stenflo
|
c20917350e
|
Added result cache for root ($) queries performed by predicates.
|
10 years ago |
Kalle Stenflo
|
d77f747eb1
|
Optimized imports.
|
10 years ago |
Kalle Stenflo
|
631533e048
|
Multi prop restored to 0.9.
|
10 years ago |
Kalle Stenflo
|
393926ad96
|
Fixed issue with indefinite path throwing exception.
|
10 years ago |
Kalle Stenflo
|
944ab1f331
|
Test should run with default configuration.
|
10 years ago |
Kalle Stenflo
|
f286152b86
|
Removed out dated FIXME marker.
|
10 years ago |
Kalle Stenflo
|
1412b6dfbe
|
Removed ignored test that does not make sense.
|
10 years ago |
Kalle Stenflo
|
81ed41c70a
|
Added Apache License header to files.
|
10 years ago |