pub fn value_from_reader<R: Read>(rdr: R, options: DeOptions) -> Result<Value>
Expand description

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