|
JSON for Modern C++
3.0
|
|
inlinenoexcept |
This function returns true iff the JSON value is null.
true if value type is null, false otherwise.true false false false false false falseThe example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/is_null.cpp -o is_null.