pub type JsonObject = BTreeMap<String, Value>;
Shared JSON object map for unknown/dynamic fields.
pub struct JsonObject { /* private fields */ }