Type Alias JsonObject

Source
pub type JsonObject = Vec<(Vec<char>, JsonValue)>;

Aliased Typeยง

pub struct JsonObject { /* private fields */ }