Function somedoc::read::from_reader[][src]

pub fn from_reader(reader: impl Read) -> Result<Document>

Read from the provided reader and parse the JSON into a Document instance.