JSONPath icon indicating copy to clipboard operation
JSONPath copied to clipboard

Bracket Notation With Quoted Wildcard Literal On Object Without Key

Open SoftCreatR opened this issue 5 years ago • 0 comments

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

SoftCreatR avatar Nov 02 '20 20:11 SoftCreatR