Struct qt_json_rs::elements::Object [−][src]
Expand description
A JavaScript Object (i.e. A Map of keys and values where keys are strings)
Fields
size: u32
The number of elements in the object
values: HashMap<String, JsonValue>
All extracted values from the Object. This does not include JavaScript specific values like prototypes and functions.