yyjson_get_type_desc

Function yyjson_get_type_desc 

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

Returns the JSON value’s type description. The return value should be one of these strings: “raw”, “null”, “string”, “array”, “object”, “true”, “false”, “uint”, “sint”, “real”, “unknown”.