pub fn is_null<'bytes, B: BytesLike<'bytes>, S: Stack>( bytes: &B, ) -> Result<bool, JsonError<'bytes, B, S>>
Check if the immediate value within the bytes is null.
null