JSONPath icon indicating copy to clipboard operation
JSONPath copied to clipboard

Bracket Notation With Quoted Escaped Backslash

Open SoftCreatR opened this issue 5 years ago • 0 comments

Test Data:

{
   "\\":"value"
}

Selector:

$['\\']

Result (Proposal A):

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

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

SoftCreatR avatar Nov 02 '20 19:11 SoftCreatR