Function json_from_reader

Source
pub fn json_from_reader<T: DeserializeOwned>(
    json: impl Read,
) -> Result<T, JsonError>