Skip to content

Bracket Notation With Wildcard On Object #11

@SoftCreatR

Description

@SoftCreatR

Test Data:

{
  "some": "string",
  "int": 42,
  "object": {
    "key": "value"
  },
  "array": [
    0,
    1
  ]
}

Selector:

$[*]

Result:

--- Expected
+++ Actual
@@ @@
-'["string",42,[0,1],{"key":"value"}]'
+'["string",42,{"key":"value"},[0,1]]'

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

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