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