pub unsafe extern "C" fn yyjson_mut_get_str(
val: *mut yyjson_mut_val,
) -> *const c_charExpand description
Returns the content if the value is string.
Returns NULL if val is NULL or type is not string.
pub unsafe extern "C" fn yyjson_mut_get_str(
val: *mut yyjson_mut_val,
) -> *const c_charReturns the content if the value is string.
Returns NULL if val is NULL or type is not string.