#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_json_value_get(
value: *const PioJsonValue,
output: *mut PioJsonValueView,
error: *mut *mut PioError,
) -> boolExpand description
Read the type and scalar or collection data for a structured value.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.