JSONPath icon indicating copy to clipboard operation
JSONPath copied to clipboard

Bracket Notation With Number On Object

Open SoftCreatR opened this issue 4 years ago • 0 comments

Test Data:

{
   "0":"value"
}

Selector:

$[0]

Result (Proposal A):

--- Expected
+++ Actual
@@ @@
-'[]'
+'["value"]'

https://cburgmer.github.io/json-path-comparison/results/bracket_notation_with_number_on_object.html

SoftCreatR avatar Nov 02 '20 19:11 SoftCreatR