json/docs/examples/json_pointer__operator__not...

5 lines
187 B
Plaintext

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