mirror of
https://github.com/nlohmann/json
synced 2024-11-23 04:20:06 +00:00
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
[1,2,3] == nullptr false
|
|
{"A":"a","B":"b"} == nullptr false
|
|
17 == nullptr false
|
|
"foo" == nullptr false
|
|
null == nullptr true
|