JSONPath
JSONPath copied to clipboard
Bracket Notation With Quoted Escaped Single Quote
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