is_null

Function is_null 

Source
pub fn is_null<'bytes, B: BytesLike<'bytes>, S: Stack>(
    bytes: &B,
) -> Result<bool, JsonError<'bytes, B, S>>
Expand description

Check if the immediate value within the bytes is null.