Magnus Reftel
d17fc9134a
Use 2.4.0 as version in maven dependency example
6 years ago
Magnus Reftel
0e3a0a9717
Correct count of JsonProviders in readme
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
Marc PYNAERT
44e5646d55
Add support of 2 new operators:
...
- ANYOF that matches if 2 arrays have an intersection
- NONEOF that matches if 2 arrays have no intersection
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
sergey
7355e30ee7
Add keys function for Map objects
...
See https://github.com/json-path/JsonPath/issues/439
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
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
8 years ago
Daniel Halperin
c9527bf89e
Rename subset to subsetof
8 years ago
Ari Fogel
32adc12c9c
implement subset filter operator, update readme
8 years ago
kallestenflo
720cf09bfb
Update README.md
8 years ago
kallestenflo
abc2200162
Update README.md
8 years ago
Kalle Stenflo
8a239975c7
Release 2.3.0
8 years ago