pub unsafe extern "C" fn yyjson_equals_str( val: *mut yyjson_val, str_: *const c_char, ) -> bool
Returns whether the JSON value is equals to a string. Returns false if input is NULL or type is not string.