pub unsafe extern "C" fn yyjson_get_len(val: *mut yyjson_val) -> usizeExpand description
Returns the content length (string length, array size, object size.
Returns 0 if val is NULL or type is not string/array/object.
pub unsafe extern "C" fn yyjson_get_len(val: *mut yyjson_val) -> usizeReturns the content length (string length, array size, object size.
Returns 0 if val is NULL or type is not string/array/object.