pub unsafe extern "C" fn spa_json_next(
iter: *mut spa_json,
value: *mut *const c_char,
) -> c_int
Expand description
Get the next token. \a value points to the token and the return value is the length. Returns -1 on parse error, 0 on end of input.