yyjson_get_raw

Function yyjson_get_raw 

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

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