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