![]() |
Home | Libraries | People | FAQ | More |
Returns the kind of this JSON value.
kind
kind() const noexcept;
This function returns the discriminating enumeration constant of type
json::kind
corresponding to the underlying representation stored in the container.
Constant.
No-throw guarantee.