Fabrice Reix
|
2fee06d379
|
Clean html output
|
2021-07-03 13:23:53 +02:00 |
|
Fabrice Reix
|
31809edb9f
|
Add notEquals query (!=)
|
2021-06-27 14:00:19 +02:00 |
|
Fabrice Reix
|
609868c858
|
Add subquery count
predicate countEquals becomes deprecated and is replaced by count ==
|
2021-06-27 09:20:03 +02:00 |
|
Fabrice Reix
|
424f8a59a0
|
Fix json export for less predicate
|
2021-06-24 20:29:19 +02:00 |
|
Fabrice Reix
|
8844c1e60a
|
Add operators for arithmetic predicates
|
2021-06-19 08:52:45 +02:00 |
|
Fabrice Reix
|
a60f054cc0
|
Support wildcard in jsonpath
|
2021-02-15 10:52:04 +01:00 |
|
Fabrice Reix
|
833e2bf157
|
Fix html export
|
2020-12-05 12:04:35 +01:00 |
|
Fabrice Reix
|
79713ef647
|
Make predicates with numbers "arithmetic"
floats and integers can be replaced with each other
jsonpath "$.count" equals 5
jsonpath "$.count" equals 5.0
|
2020-11-29 17:34:30 +01:00 |
|
Fabrice Reix
|
85f2cfff3d
|
Update Test Integ
|
2020-11-28 18:37:31 +01:00 |
|
Fabrice Reix
|
842f3f6189
|
Parse extra dot in jsonpath expression
example: $.store.book.[0].title
not really standard
but parsed by jsonpath.com
|
2020-11-28 17:39:23 +01:00 |
|
Fabrice Reix
|
5fa85dbfce
|
Add integ tests
|
2020-11-21 17:28:31 +01:00 |
|
Fabrice Reix
|
0c2b439b3c
|
Update format to html
|
2020-11-16 21:34:38 +01:00 |
|
Fabrice Reix
|
91ef40087c
|
Refacto test integ
|
2020-11-09 22:32:40 +01:00 |
|