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