return whether value is a string
Synopsis
Declared in <nlohmann/json.hpp>
constexpr
bool
is_string() const noexcept;
Return Value
true if the value is a string; false otherwise
Created with MrDocs
return whether value is a string
Declared in <nlohmann/json.hpp>
constexpr
bool
is_string() const noexcept;
true if the value is a string; false otherwise
Created with MrDocs