Skip to content

Union With Keys After Bracket Notation #24

@SoftCreatR

Description

@SoftCreatR

Test Data;

[
  {
    "c": "cc1",
    "d": "dd1",
    "e": "ee1"
  },
  {
    "c": "cc2",
    "d": "dd2",
    "e": "ee2"
  }
]

Selector:

$[0]['c','d']

Result:

--- Expected
+++ Actual
@@ @@
-'["cc1","dd1"]'
+'[]'

More information: https://cburgmer.github.io/json-path-comparison/results/union_with_keys_after_bracket_notation

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions