pub unsafe extern "C" fn spa_json_container_len(
    iter: *mut spa_json,
    value: *const c_char,
    len: c_int,
) -> c_intExpand description
Return length of container at current position, starting at \a value.
\return Length of container including {} or [], or 0 on error.