JSONPath icon indicating copy to clipboard operation
JSONPath copied to clipboard

Bracket Notation With Quoted Escaped Single Quote

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_single_quote.html

SoftCreatR avatar Nov 02 '20 19:11 SoftCreatR