json/docs/examples/json_pointer__operator__notequal_stringtype.output

5 lines
187 B
Plaintext
Raw Normal View History

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