yyjson_get_len

Function yyjson_get_len 

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