yyjson_equals_str

Function yyjson_equals_str 

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

Returns whether the JSON value is equals to a string. Returns false if input is NULL or type is not string.