pub type JsonObject<'s> = Arc<LazyIndexMap<Cow<'s, str>, JsonValue<'s>>>;
pub struct JsonObject<'s> { /* private fields */ }