Expand description
Represents a parsed JSON object.
Structs§
- An iterator over the entries of a
Object
. - A mutable iterator over the entries of a
Object
. - An iterator over the keys of a
Object
. - Represents the JSON object. The inner implement is a key-value array. Its order is as same as origin JSON.
- A view into a single occupied location in a
Object
. - A view into a vacant entry in a
Object
. - An iterator over the values of a
Object
. - A mutable iterator over the values of a
Object
.
Enums§
- A view into a single entry in a map, which may either be vacant or occupied.