Structs
- Array is a JSON array.
- ArrayMut is a mutable JSON array.
- Object is a JSON object.
- ObjectMut is a mutable JSON object.
- Value is a node in the DOM tree.
- ValueMut is a mutable reference to a
Value.
Enums
- JsonType is an enum that represents the type of a JSON value.
Traits
- A trait for all JSON values. Used by
ValueandLazyValue.