View Source FlatMapper

Build Status Coverage Status Hex.pm Hex.pm GitHub GitHub last commit

An Elixir library to provide a convenient way to flat nested maps and structs.

installation

Installation

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