Yamlixir

A simple YAML decoder for Elixir.

Installation

The package can be installed by adding yamlixir to your list of dependencies in mix.exs:

def deps do
[
{:yamlixir, "~> 1.0"}
]
end

Documentation

API documentation can be found at https://hexdocs.pm/yamlixir.