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 |
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
|
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
|
f8209fcc40
|
Mapping improvements.
|
11 years ago |
Kalle Stenflo
|
0b530378aa
|
Support OR statements in inline filters.
|
11 years ago |
Kalle Stenflo
|
d77f747eb1
|
Optimized imports.
|
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
|
1bb52b59b0
|
Renamed internal 'compiler' package to 'token'
|
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 |
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
|
f05774a437
|
Fixed some tangles and removed dead tests.
|
11 years ago |
Kalle Stenflo
|
4194ac3e7e
|
Clean up.
|
11 years ago |
Kalle Stenflo
|
c88638c4ef
|
Fixed issues
|
11 years ago |
Kalle Stenflo
|
8da4d1a1d6
|
Option handling improved.
|
11 years ago |
Kalle Stenflo
|
20511b5cfc
|
Optimized imports and removed file headers.
|
11 years ago |
Kalle Stenflo
|
143f6ff25d
|
Implement the field exists check.
|
11 years ago |
Kalle Stenflo
|
608c1a77be
|
Rewrite intenals.
|
11 years ago |
Kalle Stenflo
|
ed1ebe7b74
|
Removed apache commons dependencies.
|
12 years ago |
Kalle Stenflo
|
a83f32caba
|
'AND' (&&) support in ArrayEvalFilter.
|
12 years ago |
Kalle Stenflo
|
5f8beff812
|
Fixed issue 36 - deep scan for arrays.
|
12 years ago |
Kalle Stenflo
|
47cb1c6f06
|
Improved API and added some doc.
|
12 years ago |
Kalle Stenflo
|
9ea098d74c
|
Improved Exception handling.
|
12 years ago |
Kalle Stenflo
|
b15cb3ac8f
|
API clean up. Reduce static method overloading by fluent API.
|
12 years ago |
Kalle Stenflo
|
b3dd129088
|
found issues.
|
12 years ago |
Kalle Stenflo
|
3e46d80b62
|
Reverted exception in ArrayIndexFilter and fixed tests.
|
12 years ago |
Jochen Berger
|
08a2e8e048
|
add a test for what's described in comment #4 of issue 29
|
12 years ago |
Kalle Stenflo
|
81aa8b171d
|
Array eval filters can be a path like [?(@.address.street == 'foo')]
|
12 years ago |
Kalle Stenflo
|
58c0474f29
|
Fixed issue with attribs named '$'.
|
12 years ago |
Kalle Stenflo
|
6d316c7d29
|
Improved exceptions and simplified JsonProviderFactory.
|
12 years ago |