is_null

Function is_null 

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

Check if the immediate value within the bytes is null.