pub type Object = Spanned<Map<String, Value>>;
Owned object like {"a":1, "b":2} + span information
{"a":1, "b":2}
pub struct Object { /* private fields */ }