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
|
f8209fcc40
|
Mapping improvements.
|
11 years ago |
Kalle Stenflo
|
290edb540c
|
Negate exist checks in inline filters (not defined or null)
parse(JSON_DOCUMENT).read("$.store.book[?(!@.isbn)]")
|
11 years ago |
Kalle Stenflo
|
ca4d18911e
|
Inline criteria handles path stmt on both sides of operator.
|
11 years ago |
Kalle Stenflo
|
4c886174ff
|
Support write operations.
|
11 years ago |
Kalle Stenflo
|
0b530378aa
|
Support OR statements in inline filters.
|
11 years ago |
Kalle Stenflo
|
69e223e4fe
|
Logging improvements.
|
11 years ago |
Kalle Stenflo
|
d77f747eb1
|
Optimized imports.
|
11 years ago |
Kalle Stenflo
|
631533e048
|
Multi prop restored to 0.9.
|
11 years ago |
Kalle Stenflo
|
393926ad96
|
Fixed issue with indefinite path throwing exception.
|
11 years ago |
Kalle Stenflo
|
944ab1f331
|
Test should run with default configuration.
|
11 years ago |
Kalle Stenflo
|
f286152b86
|
Removed out dated FIXME marker.
|
11 years ago |
Kalle Stenflo
|
1412b6dfbe
|
Removed ignored test that does not make sense.
|
11 years ago |
Kalle Stenflo
|
1bb52b59b0
|
Renamed internal 'compiler' package to 'token'
|
11 years ago |
Kalle Stenflo
|
3c2d3ecc70
|
Changed some method names and added java doc.
|
11 years ago |
Kalle Stenflo
|
c78fcf6d1c
|
Made provider names more symmetrical. Some documentation.
|
11 years ago |
Kalle Stenflo
|
358ba2398e
|
Removed unused imports.
|
11 years ago |
Kalle Stenflo
|
571654f7fb
|
Allow document references in inline filters.
"store.book[?(@.display-price <= $.max-price)].display-price"
|
11 years ago |
Kalle Stenflo
|
7621cd1d43
|
Gson support (work in progress).
|
11 years ago |
Jochen Berger
|
e9cdeb593b
|
disable `ScanPathTokenTest.a_root_scan()` for the moment
|
11 years ago |
Kalle Stenflo
|
15f1330987
|
Reworked conversion handling.
|
11 years ago |
Jochen Berger
|
c8cf8356c1
|
remove `JsonProviderFactory`, the `JsonProvider` should be set via `Configuration`
|
11 years ago |
Kalle Stenflo
|
3386f1ab28
|
Clean up tests.
|
11 years ago |
Kalle Stenflo
|
01b979be98
|
Renamed FilterPathToken to PredicatePathToken
|
11 years ago |
Kalle Stenflo
|
8b918b2238
|
Made Filter more functional. Now it's only referred as Predicate.
|
11 years ago |
Kalle Stenflo
|
f05774a437
|
Fixed some tangles and removed dead tests.
|
11 years ago |