JSONPath icon indicating copy to clipboard operation
JSONPath copied to clipboard

Bracket notation with quoted special characters combined

Open SoftCreatR opened this issue 4 years ago • 0 comments

Test Data:

{
   ":@.\"$,*'\\":42
}

Selector:

$[':@."$,*\'\\']

Result (Proposal A):

--- Expected
+++ Actual
@@ @@
-'[42]'
+'[]'

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

SoftCreatR avatar Nov 02 '20 20:11 SoftCreatR