Skip to content

Union With Repeated Matches After Dot Notation With Wildcard #59

@SoftCreatR

Description

@SoftCreatR

Test Data:

{
   "a":[
      "string",
      null,
      true
   ],
   "b":[
      false,
      "string",
      5.4
   ]
}

Selector:

$.*[0,:5]

Result (Proposal A):

--- Expected
+++ Actual
@@ @@
-'["string","string",null,true,false,false,"string",5.4]'
+'["string",null,true,false,"string",5.4]'

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions