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