iw4x-client/deps/json/docs/examples/operator__notequal__nullptr_t.output
2024-03-07 05:13:50 -05:00

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