mirror of
https://github.com/nlohmann/json
synced 2024-12-04 01:01:05 +00:00
6 lines
121 B
Plaintext
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
|