1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-25 13:13:02 +04:00
Files
json/examples/operator__notequal__nullptr_t.output

6 lines
121 B
Plaintext

[1,2,3] != nullptr true
{"A":"a","B":"b"} != nullptr true
17 != nullptr true
"foo" != nullptr true
null != nullptr false