nu_json::de

Function from_reader

Source
pub fn from_reader<R, T>(rdr: R) -> Result<T>
where R: Read, T: DeserializeOwned,
Expand description

Decodes a Hjson value from a std::io::Read.