yyjson_mut_get_str

Function yyjson_mut_get_str 

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

Returns the content if the value is string. Returns NULL if val is NULL or type is not string.