-
-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed