Type Definition unreact::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