pub type Document = Map<String, Value>;
A parsed AGS document represented as a JSON-compatible object.
pub struct Document { /* private fields */ }