yyjson_mut_get_len

Function yyjson_mut_get_len 

Source
pub unsafe extern "C" fn yyjson_mut_get_len(
    val: *mut yyjson_mut_val,
) -> usize
Expand description

Returns the content length (string length, array size, object size. Returns 0 if val is NULL or type is not string/array/object.