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