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