Class
parsers::json::Null
The JSON null literal token.
Functions
The value of null (there is no data; provided for a uniform value() interface).
Returns
always nullptr.
Complexity
O(1).
Allocation
none.
parsers::json::NullThe JSON null literal token.
The value of null (there is no data; provided for a uniform value() interface).
always nullptr.
O(1).
none.