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
Michael Thacker
445b9c4ebe
Fix compiling of functions with single character arguments
7 years ago
kysnm
2572cbab02
Property must be separated by commas
9 years ago
Jochen Berger
2cb9b474db
add test for #173
9 years ago
Alexey Makeyev
67b3ce7888
fix for incorrect handling of logical operator priorities
9 years ago
Kalle Stenflo
3c1b88a547
Renamed constants an did some clean up.
10 years ago
Kalle Stenflo
ea206498cc
Bracket properties can contain path chars #154
10 years ago
Jochen Berger
f42517e8aa
support double quotes as string delimiters in bracket property token
10 years ago
Jochen Berger
b4a2968245
accept double quotes as string delimiters in filters
10 years ago
Kalle Stenflo
1eb47a23d7
Renamed token package to path.
10 years ago
Kalle Stenflo
ebd19526d8
Code cleanup.
10 years ago
Kalle Stenflo
1a72fc078d
Filter implementation reworked.
10 years ago
Alexey Makeyev
5f8dc8ae0b
path compilation issues tests moved to proper location
10 years ago
Kalle Stenflo
454b7d49a3
PathCompiler simplifications.
10 years ago