Crate parse_postman_collection

Source

Re-exports§

pub use errors::Result;
pub use errors::ResultExt;

Modules§

errors
Errors that Postman Collection functions may return
v2_1_0

Functions§

from_path
Deserialize a Postman Collection from a path
from_reader
Deserialize a Postman Collection from type which implements Read
to_json
Serialize Postman Collection spec to JSON string
to_yaml
Serialize Postman Collection spec to a YAML string