kallestenflo
af031cdbb2
Upgrade to junit-jupiter ( #993 )
1 year ago
Elias Ross
f6336650f2
2.3 merge update: Also fix for quote evaluation
...
This is a problem in JsonPath where the left-hand side string value was being
quoted by mistake.
Issue 410 on github: https://github.com/json-path/JsonPath/issues/
Also fix issue 409 as well. This should improve performance a bit when parsing.
There are casts because the compiler in IntelliJ was confused as to what overloaded
method to call. Casts don't really hurt.
7 years ago
Kalle Stenflo
ccdef7f0a5
Fixed naming issues and added some tests.
10 years ago
Alexey Makeyev
f013e86fb8
fix for object property handling in case of Option.SUPPRESS_EXCEPTIONS and indefinite upstream path
10 years ago
Alexey Makeyev
296d3578d6
tests of Option.ALWAYS_RETURN_LIST in case of indefinite path moved to separate test
10 years ago
Alexey Makeyev
9566d846e6
two more tests for Option.ALWAYS_RETURN_LIST in case of indefinite path
10 years ago
Alexey Makeyev
03bec8af41
two more tests for Option.ALWAYS_RETURN_LIST
10 years ago
Jochen Berger
8c2b7b6761
fix handling of REQUIRE_PROPERTIES with nested objects
10 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
358ba2398e
Removed unused imports.
11 years ago
Kalle Stenflo
7621cd1d43
Gson support (work in progress).
11 years ago
Kalle Stenflo
15f1330987
Reworked conversion handling.
11 years ago
Kalle Stenflo
cb6a2e805a
Removed MERGE_MULTI_PROP option (not part of spec).
11 years ago
Kalle Stenflo
ecde41a1e1
Added Converter to support type conversion.
11 years ago