mirror of
https://github.com/nlohmann/json.git
synced 2026-05-18 04:05:23 +00:00
more documentation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
[1,2,3] == nullptr false
|
||||
{"A":"a","B":"b"} == nullptr false
|
||||
17 == nullptr false
|
||||
"foo" == nullptr false
|
||||
null == nullptr true
|
||||
Reference in New Issue
Block a user