#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_json_value_object_entry_at(
value: *const PioJsonValue,
index: usize,
output: *mut PioJsonObjectEntryView,
error: *mut *mut PioError,
) -> boolExpand description
Read one key and value type from a structured JSON object.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.