Alanscut
ca1ac4bf85
change repeated BigDecimal to BigInteger
5 years ago
Alanscut
89abebfeb0
merge if statement
5 years ago
kallestenflo
588d61e9b7
Merge pull request #554 from jonathanvila/add-sum-function-to-readme
...
Add sum function to readme
5 years ago
kallestenflo
bd1c08c5bf
Merge pull request #566 from sullis/travis-openjdk8
...
Travis CI: openjdk8
5 years ago
Sean C. Sullivan
7e30bb6e26
Travis CI: openjdk8
5 years ago
jonathan
9f2184f187
Fix return type for function sum on the README.md
5 years ago
jonathan
89b5bff321
Fix tab inclusion on README.md
5 years ago
jonathan
cb8bf3ec3c
Add sum() function to the README.md
5 years ago
kallestenflo
6bc233a23d
Merge pull request #547 from Diffblue-benchmarks/add-diffblue-tests
...
Add unit tests for com.jayway.jsonpath.internal.Utils
5 years ago
Eric Hettiaratchi
3070bd84a5
Add unit tests for com.jayway.jsonpath.internal.Utils
...
These tests were written using Diffblue Cover.
5 years ago
kallestenflo
00cfce3341
Merge pull request #543 from maxxyme/patch-1
...
GsonJsonProvider has nothing to do here in the Logger
6 years ago
maxxyme
afe4d0acca
Useless logger removed
6 years ago
maxxyme
8181b7aa26
GsonJsonProvider has nothing to do here in the Logger
6 years ago
kallestenflo
5a09489c32
Merge pull request #538 from MarcP04/master
...
Add support of new operators ANYOF and NONEOF
6 years ago
Marc PYNAERT
39b489339c
Fix compilation errors (ValueNodes.ValueListNode => ValueListNode)
6 years ago
Marc Pynaert
e3bf0a620a
Add support of new operators ANYOF and NONEOF
...
This reverts commit f3ef9d0992
.
6 years ago
MarcP04
648e1bfde9
Merge pull request #1 from json-path/master
...
Update from json-path/JsonPath
6 years ago
Kalle Stenflo
4bdf9b7bdc
bump dependency versions and fix build issues
6 years ago
Kalle Stenflo
f058efa65f
Merge branch 'master' of github.com:json-path/JsonPath
6 years ago
Kalle Stenflo
9e62af7ec5
Added out directory to git ignore
6 years ago
kallestenflo
feb0574f96
Merge pull request #530 from alterdego/master
...
Fixed typos in README.md
6 years ago
Document Doctor
eda48090d2
Fixed typos in README.md
6 years ago
kallestenflo
669c935006
Merge pull request #423 from uarlouski/addFlags
...
Add support for pattern flags
6 years ago
Uladzislau Arlouski
cbdc9c82e0
Add support for pattern flags
6 years ago
kallestenflo
d43dd524c0
Merge pull request #517 from json-path/revert-488-master
...
Revert "Add support of new operators ANYOF and NONEOF"
6 years ago
kallestenflo
f3ef9d0992
Revert "Add support of new operators ANYOF and NONEOF"
6 years ago
kallestenflo
9beb64f26b
Merge pull request #488 from MarcP04/master
...
Add support of new operators ANYOF and NONEOF
6 years ago
kallestenflo
a72b259f7d
Merge pull request #509 from reftel/patch-1
...
Correct count of JsonProviders in readme
6 years ago
kallestenflo
ce385f297a
Merge pull request #508 from reftel/patch-2
...
Use 2.4.0 as version in maven dependency example
6 years ago
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
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 ;
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
Ben Fradet
0f6eaa7901
Do not map non-existing values, fixes #438
7 years ago
啊o额iu鱼
ca1b42d07a
Wrong pass
7 years ago