pub fn from_reader<R>(rdr: R) -> Result<Vec<Item>> where
    R: Read
Expand description

Deserialize CSL items from an IO stream of JSON.