value
value::emplace_null
value::value
value::emplace_bool
string
array
object
storage_ptr
Change the kind to null, discarding the previous contents.
void emplace_null() noexcept;
The value is replaced with a null, destroying the previous contents.
Linear in the size of *this.
*this
No-throw guarantee.