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
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 ;
6 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.
6 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
Jochen Berger
d5acf25b9f
fix evaluation of `empty` with wrapping providers ( fixes #366 )
7 years ago
Jochen Berger
78befbb5ee
`null` should be mapped to `null` ( fixes #351 )
7 years ago
jochenberger
b94e4ced87
Update Travis badge
7 years ago
Daniel Halperin
7a6fa59a85
Add tests for subsetof
7 years ago
Daniel Halperin
c9527bf89e
Rename subset to subsetof
7 years ago
Ari Fogel
32adc12c9c
implement subset filter operator, update readme
7 years ago
kallestenflo
720cf09bfb
Update README.md
7 years ago
kallestenflo
abc2200162
Update README.md
7 years ago
Kalle Stenflo
8a239975c7
Release 2.3.0
7 years ago
Kalle Stenflo
d3b146eb39
Fixed path in gradle build file.
7 years ago
kallestenflo
d48d712f71
Merge pull request #350 from jonnywei/master
...
fix line feed error
7 years ago
kallestenflo
2223256c47
Merge pull request #361 from jochenberger/upgrade-gradle
...
upgrade Gradle wrapper
7 years ago
kallestenflo
181c8db476
Merge pull request #362 from jochenberger/patch-2
...
Upgrade tapestry-json
7 years ago
kallestenflo
19484e9716
Merge pull request #363 from jochenberger/patch-3
...
Fix cast
7 years ago
jochenberger
e5a921f9f1
Fix cast
7 years ago
jochenberger
fa52078d2e
Upgrade tapestry-json
7 years ago
Jochen Berger
6222b3a87b
upgrade Gradle wrapper
7 years ago
jonny
2757a3b345
new line feed
8 years ago