JSONPath
JSONPath copied to clipboard
Bracket Notation With Quoted Wildcard Literal On Object Without Key
Test Data:
{
"another":"entry"
}
Selector:
$['*']
Result (Proposal A):
--- Expected
+++ Actual
@@ @@
-'[]'
+'["entry"]'
https://cburgmer.github.io/json-path-comparison/results/bracket_notation_with_quoted_wildcard_literal_on_object_without_key.html