pub unsafe extern "C" fn yyjson_mut_get_len(
val: *mut yyjson_mut_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_mut_get_len(
val: *mut yyjson_mut_val,
) -> usizeReturns the content length (string length, array size, object size.
Returns 0 if val is NULL or type is not string/array/object.