Json.type
constexpr Type type() const noexcept;
Returns the data type stored in the internal m_data member, with the return value being enumeration Type.
Exceptions
No exceptions thrown.
Time Complexity
Constant time O(1).
Version
Since v3.0.0 .