json/docs/examples/json_pointer__operator__equal_stringtype.output
2022-08-05 14:08:27 +02:00

5 lines
184 B
Plaintext

"" == "": true
"" == "": true
"/foo" == "/foo": true
"bar" == "/foo": [json.exception.parse_error.107] parse error at byte 1: JSON pointer must be empty or begin with '/' - was: 'bar'