pub unsafe extern "C" fn aws_json_value_is_boolean(
value: *const aws_json_value
) -> bool
Expand description
Checks if the aws_json_value is a boolean. @param value The aws_json_value to check. @return True if the aws_json_value is a boolean aws_json_value, otherwise false.