pub fn load(path: &Path) -> Result<Document>
Load a document from a .draw.json file.
.draw.json
Returns an error if the file cannot be read or the JSON is malformed.