JSONPath
JSONPath copied to clipboard
Bracket notation with quoted special characters combined
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