1
0
mirror of https://github.com/nlohmann/json synced 2024-11-25 21:30:06 +00:00
nlohmannjson/docs/examples/json_pointer__operator__notequal.output
2022-08-05 14:08:27 +02:00

5 lines
75 B
Plaintext

"" != "": false
"" != "": false
"" != "/foo": true
"/foo" != "/foo": false