Jochen Berger
|
e5aa05abfd
|
convert lists and maps for ValueNode (fixes #378)
|
8 years ago |
Kalle Stenflo
|
4d88801566
|
Added test for issue 309.
|
8 years ago |
Jochen Berger
|
40dac9fa73
|
support negative array indexes
|
8 years ago |
Kalle Stenflo
|
d3231e7f04
|
Some methods (i.e. DocumentContext's set) fail when JSON name has ' in it #171
|
9 years ago |
Kalle Stenflo
|
3de1137b92
|
Document context set method produces unexpected results for arrays #170
|
9 years ago |
Kalle Stenflo
|
be21f2235e
|
Added test for issue #143
|
9 years ago |
Kalle Stenflo
|
1eb47a23d7
|
Renamed token package to path.
|
9 years ago |
Kalle Stenflo
|
c5fb181273
|
Array exception handling changed.
|
9 years ago |
Kalle Stenflo
|
1a72fc078d
|
Filter implementation reworked.
|
10 years ago |
Kalle Stenflo
|
8647a607da
|
Incorrect error message for JsonPath.read(Object) #89
|
10 years ago |
Kalle Stenflo
|
f836244fea
|
How to match "(left instanceof Number && right instanceof Number)" in safeCompare #90
|
10 years ago |
Kalle Stenflo
|
2b66f23dd0
|
Using square bracket literal in path.
|
10 years ago |
Kalle Stenflo
|
25c11da57e
|
Checking if Node Exists - Bracket Notation Syntax #131
|
10 years ago |
Kalle Stenflo
|
18ddbe90b4
|
Checking if Node Exists - Bracket Notation Syntax #131
|
10 years ago |
Kalle Stenflo
|
e1d5329a8c
|
Improved test for Filter serialization.
|
10 years ago |
Kalle Stenflo
|
454b7d49a3
|
PathCompiler simplifications.
|
10 years ago |
Kalle Stenflo
|
ba08ae3018
|
Stab at fixing #94 cache problem.
|
10 years ago |
Kalle Stenflo
|
81b1d522c8
|
Fixed issue in test.
|
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 |
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 |