nlohmann::basic_json::is_string

return whether value is a string

Synopsis

Declared in <nlohmann/json.hpp>
constexpr
bool
is_string() const noexcept;


Created with MrDocs