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