Type Alias JsonObject

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

Aliased Typeยง

pub struct JsonObject<F = Value> { /* private fields */ }