Crate jamal [] [src]

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::Value into a serde_json::Value

to_yaml

converts a serde_json::Value into a serde_yaml::Value

Type Definitions

Result

A result type with a fixed type for jamal::Errors