yyjson_mut_equals_str

Function yyjson_mut_equals_str 

Source
pub unsafe extern "C" fn yyjson_mut_equals_str(
    val: *mut yyjson_mut_val,
    str_: *const c_char,
) -> bool
Expand description

Returns whether the JSON value is equals to a string. The str should be a null-terminated UTF-8 string. Returns false if input is NULL or type is not string.