#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_json_value_object_value_at(
value: *const PioJsonValue,
index: usize,
error: *mut *mut PioError,
) -> *mut PioJsonValueExpand description
Return one owner-rooted value from a structured JSON object by position.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.