跳转至

Json.is_nul

constexpr bool is_nul() const noexcept;

Checks if the internal data is of Nul type.

Return Value

Returns true if the internal data is Nul, otherwise false.

Exceptions

No exceptions thrown.

Time Complexity

Constant time O(1).

Version

Since v3.0.0 .