Elias Ross
bb0853fb5e
Various warning clean-ups from IntelliJ
...
Split ValueNode into a separate class to avoid possible race-condition in class loading.
Modified ArrayPathToken to be super-class of ArrayIndex/ArraySlice token
because IntelliJ warned about null pointer exception possibilities.
Removed redundant boolean checks.
Removed use of StringBuffer -> StringBuilder.
Removed dangling ;
7 years ago
Kalle Stenflo
ac83feea14
Improved escape handling and fixed JsonValueNode issue.
9 years ago
Kalle Stenflo
c97c70a33d
Renamed update operation 'convert' to 'map'.
10 years ago
Kalle Stenflo
3adc04bd13
Made write features JsonProvider neutral.
10 years ago
Alexey Makeyev
22bd223f58
java 6 support
...
also, to run tests you have to downgrade org.assertj:assertj-core to 1.7.0
10 years ago
Jochen Berger
a048edb1cb
consistently use setArrayIndex for arrays instead of setProperty
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
Anders D. Johnson
8ce94c22ae
fix typo for map put exception message as array add
11 years ago
Kalle Stenflo
4c886174ff
Support write operations.
11 years ago