pub fn typed<T: DeserializeOwned>(value: Value) -> Result<T>
Decode a document into the type the caller asked for.