Expand description
Jamal provides a bi-directional interface for transformations between json and yaml documents.
Enums§
- Error
- represents potential errors that can happen during the transformation process
Functions§
- to_json
- converts a
serde_yaml::Valueinto aserde_json::Value - to_yaml
- converts a
serde_json::Valueinto aserde_yaml::Value
Type Aliases§
- Result
- A result type with a fixed type for
jamal::Errors