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