Type Alias JsonObject

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

Represents any valid JSON object.

Aliased Typeยง

pub struct JsonObject { /* private fields */ }