mirror of
https://github.com/nlohmann/json.git
synced 2026-01-23 06:12:30 +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
|