yyjson_get_str

Function yyjson_get_str 

Source
pub unsafe extern "C" fn yyjson_get_str(
    val: *mut yyjson_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.