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