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