json/docs/examples/json_pointer__operator__equal_stringtype.output

5 lines
184 B
Plaintext
Raw Normal View History

"" == "": 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'