pub fn from_reader<R>(rdr: R) -> Result<Vec<Item>>where R: Read,
Deserialize CSL items from an IO stream of JSON.