Skip to main content

JsonObject

Type Alias JsonObject 

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

JSON object map ({ string: JsonValue }), matching serde_json::Map<String, Value>.

Aliased Typeยง

pub struct JsonObject { /* private fields */ }