pub type DynamicObject = Map<String, Value>;Available on crate feature
document only.Expand description
Represents information that is dynamic and untyped in this document specification.
Aliased Typeยง
struct DynamicObject { /* private fields */ }