Struct qt_json_rs::elements::JsonBase [−][src]
pub struct JsonBase {
pub size: u32,
pub elements: u32,
pub value: JsonBaseValue,
}
Expand description
This is the base element of a JSON Document.
A JSON Document can have either an Array or An Object as a Base
Fields
size: u32
The size of the overall Object (not needed in Rust)
elements: u32
The number of Elements, this base has. (Self-explainatory for Object and Array)
value: JsonBaseValue
The value of this json