Object

Type Alias Object 

Source
pub type Object = Map<String, Value>;
Expand description

Represents json-like object A map of string keys to json values

A type alias for serde_json::Map<String, serde_json::Value>

See also: object

Aliased Typeยง

pub struct Object { /* private fields */ }