return the type of the JSON value (explicit)
Synopsis
Declared in <nlohmann/json.hpp>
constexpr
value_t
type() const noexcept;
Return Value
the type of the JSON value
Created with MrDocs
return the type of the JSON value (explicit)
Declared in <nlohmann/json.hpp>
constexpr
value_t
type() const noexcept;
the type of the JSON value
Created with MrDocs