pub fn from_reader<R>(read: R) -> Result<PostmanCollection> where
    R: Read
Expand description

Deserialize a Postman Collection from type which implements Read