pub unsafe extern "C" fn yyjson_mut_equals_str(
val: *mut yyjson_mut_val,
str_: *const c_char,
) -> boolExpand 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.