Skip to main content

GCJsonObject

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_: u32

The type of the JSON object

§ptr: *const c_void

The pointer to the underlying JSON object