kallestenflo
adac118c6e
Merge pull request #499 from hexmind/Invalid-delete-operation
...
fix "Invalid delete operation" mistake for set operation
6 years ago
kallestenflo
e230406154
Merge pull request #478 from BenFradet/issue/438
...
Do not map non-existing values, fixes #438
6 years ago
kallestenflo
f2dc68e4ff
Merge pull request #477 from AoEiuV020/patch-1
...
Wrong pass
6 years ago
kallestenflo
7df293fddf
Merge pull request #476 from FranklinYu/patch/readme/1
...
Use official badge for javadoc in README
6 years ago
kallestenflo
b5d66aba58
Merge pull request #458 from thackem/master
...
Fix compiling of functions with single character arguments
6 years ago
kallestenflo
f55e5cd295
Merge pull request #452 from bwaldvogel/master
...
Update version in README
6 years ago
kallestenflo
299bc1c265
Merge pull request #449 from Deathnerd/patch-1
...
Fixed a missing backtick
6 years ago
kallestenflo
b13740e491
Merge pull request #448 from davsclaus/pos-fix
...
Fixes #447 : To report correct index of invalid jsonpath failure. This…
6 years ago
kallestenflo
2911bdbb7b
Merge pull request #444 from Sam-Kruglov/patch-1
...
Log the nested exception as well
6 years ago
kallestenflo
00dbe255d5
Merge pull request #430 from KowalczykBartek/bug-fix/issue-428
...
Prevent StackOverflow in case of unclosed property
6 years ago
kallestenflo
aff78420aa
Merge pull request #424 from RyanBard/AddTestCaseForHasNoJsonPath
...
Add hasNoJsonPath testcase for explicit null
6 years ago
kallestenflo
cfa52d6325
Merge pull request #422 from hansthen/patch-1
...
Fix typo in error message in PathCompiler.java
6 years ago
kallestenflo
78c04fc48f
Merge pull request #416 from genman/quote-fix
...
Quote fix & code clean up
6 years ago
Tomasz Skowroński
16df8c3e9c
fix "Invalid delete operation" mistake for set operation
...
"Invalid delete operation" -> "Invalid set operation" in set method
6 years ago
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
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
Ben Fradet
0f6eaa7901
Do not map non-existing values, fixes #438
7 years ago
啊o额iu鱼
ca1b42d07a
Wrong pass
7 years ago
Franklin Yu
bdf0512bff
Use official badge for javadoc
7 years ago
Michael Thacker
445b9c4ebe
Fix compiling of functions with single character arguments
7 years ago
Benedikt Waldvogel
8712cc2b16
Update version in README
7 years ago
Wes Gilleland
961cc85c34
Fixed a missing backtick
7 years ago
Claus Ibsen
57604c86cd
Fixes #447 : To report correct index of invalid jsonpath failure. This should add 1 to the position instead of appending 1 to its text value.
...
Signed-off-by: Claus Ibsen <claus.ibsen@gmail.com>
7 years ago
Sam Kruglov
f7dc9280c7
Log the nested exception as well
...
why not
7 years ago
Bartlomiej Kowalczyk
0b324ec7b8
Prevent StackOverflow in case of unclosed property
7 years ago
John Bard
efd1de8ffb
Add hasNoJsonPath testcase for explicit null
7 years ago
hansthen
99e05dbac9
Fix typo in error message in PathCompiler.java
...
Missing '
7 years ago
kallestenflo
6c738c9aa2
Merge pull request #404 from iherasymenko/issue403-caching
...
#403 : Enable path caching within all the operations
7 years ago
Ihor Herasymenko
9862f8e56e
#403 : Enable path caching withing all the operations
7 years ago
kallestenflo
5d57b3de81
Update .travis.yml
7 years ago
kallestenflo
c1874886c1
Merge pull request #382 from jochenberger/upgrade-gradle
...
Upgrade Gradle
7 years ago
kallestenflo
7c8a0f1094
Merge pull request #381 from jochenberger/fix-378
...
convert lists and maps for ValueNode (fixes #378 )
7 years ago
kallestenflo
b4c26b25fa
Merge pull request #377 from mgreenwood1001/Issue191
...
Issue #191 fixes both $..allTheThings.max() and $.max($..allTheThings)
7 years ago
Jochen Berger
051d6e9f99
uprade Gradle wrapper
7 years ago
Jochen Berger
ed9fd3adf7
convert lists and maps for ValueNode ( fixes #378 )
7 years ago
Greenwood
02c88d70e6
adding an example with more than one replacement
7 years ago
Greenwood
a2936ebd68
inverting the relationship between root scanner and function such that the function takes a parameter which is the scanner expression
7 years ago
Greenwood
525da153d0
fixing unit test, naming and extension
7 years ago
Greenwood
851249861e
Issue #191 is a bug - supports result set functions via patterns such as $.max($..allTheNumberThings)
...
$.max($.foo, $.bar) is already supported - consiquently $.max($..allTheNumberThings) should also work.
7 years ago
Kalle Stenflo
efdab976ad
Release 2.4.0
7 years ago
kallestenflo
65ceb10177
Merge pull request #365 from dhalperi/337-subset-with-tests
...
implement subsetof filter operator
7 years ago
kallestenflo
2cfcf3c22a
Update README.md
7 years ago
kallestenflo
d634ed1e6c
Merge pull request #370 from jochenberger/fix-jackson-pojo
...
fix setting a POJO as a value using JacksonJsonNodeJsonProvider
7 years ago
kallestenflo
4fece409fe
Merge branch 'master' into fix-jackson-pojo
7 years ago
kallestenflo
260ac60a9a
Update README.md
...
Fixed travis build icon.
7 years ago
kallestenflo
b4aec32338
Fixed travis build icon
7 years ago
kallestenflo
259beb94bd
Merge pull request #369 from jochenberger/fix-jacksonnode-empty
...
fix evaluation of `empty` with wrapping providers (fixes #366 )
7 years ago
kallestenflo
14953dae08
Merge pull request #368 from jochenberger/fix-gson-mapping-null
...
`null` should be mapped to `null` (fixes #351 )
7 years ago
kallestenflo
96bff2dbfc
Merge pull request #367 from jochenberger/patch-4
...
Update Travis badge
7 years ago
Jochen Berger
a71023c650
fix setting a POJO as a value using JacksonJsonNodeJsonProvider ( fixes #364 )
7 years ago