Skip to content

Filter Expression With Boolean And Operator #42

@SoftCreatR

Description

@SoftCreatR

Test Data:

[
   {
      "key":42
   },
   {
      "key":43
   },
   {
      "key":44
   }
]

Selector:

$[?(@.key>42 && @.key<44)]

Result (Proposal A):

--- Expected
+++ Actual
@@ @@
-'[{"key":43}]'
+'[{"key":43},{"key":44}]'

https://cburgmer.github.io/json-path-comparison/results/filter_expression_with_boolean_and_operator.html

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions