Skip to main content

pio_json_value_get

Function pio_json_value_get 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_json_value_get( value: *const PioJsonValue, output: *mut PioJsonValueView, error: *mut *mut PioError, ) -> bool
Expand description

Read the type and scalar or collection data for a structured value.

ยงSafety

Pointers and handles must satisfy the crate-level safety requirements.