Type Alias GCJsonObject
pub type GCJsonObject = sGCJsonObject;Expand description
@brief The JSON object
Every JSON object is represented by a pointer to a struct of this type.
Aliased Type§
#[repr(C)]pub struct GCJsonObject {
pub type_: u32,
pub ptr: *const c_void,
}Fields§
§type_: u32The type of the JSON object
ptr: *const c_voidThe pointer to the underlying JSON object