pub fn as_bool<'bytes, B: BytesLike<'bytes>, S: Stack>( bytes: &B, ) -> Result<bool, JsonError<'bytes, B, S>>
Interpret the immediate value within the bytes as a bool.
bool