pub type JsonObject<F = Value> = Map<String, F>;
pub struct JsonObject<F = Value> { /* private fields */ }