Function serde::json::de::from_reader
[−]
[src]
pub fn from_reader<R, T>(rdr: R) -> Result<T, Error> where R: Read, T: DeserializeDecodes a json value from a std::io::Read.