Defparser

Provides a parser for an arbitrary map with atom or string keys.

Works with Ecto.Schemas and Ecto.Types.

Installation

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

def deps do
  [
    {:defparser, "~> 0.1.0"}
  ]
end

Documentation can be found at https://hexdocs.pm/defparser.