[][src]Function ajson::get_from_read

pub fn get_from_read<R>(r: R, path: &str) -> Option<Value> where
    R: Read

Same to get, but for io::read.