Expand description
Postman Collection serialization and deserialization helpers.
Postman Collection input is parsed from JSON by default.
JSON serialization is available by default.
Enable the crate feature yaml to also accept YAML input and serialize parsed
collections with to_yaml.
Re-exports§
Modules§
Enums§
- Postman
Collection - Supported versions of Postman Collection.
- Postman
Collection Version - Supported versions of Postman Collection.
Functions§
- from_
path - Deserialize a Postman Collection from a path
- from_
reader - Deserialize a Postman Collection from type which implements Read
- from_
slice - Deserialize a Postman Collection from a byte slice
- from_
str - Deserialize a Postman Collection from a string slice
- to_json
- Serialize Postman Collection spec to JSON string
- to_yaml
yaml - Serialize a Postman Collection to a YAML string.