Helpers for Elixir Maps: underscore, atomise and stringify map keys
Stolen from : https://gist.github.com/kipcole9/0bd4c6fb6109bfec9955f785087f53fb
If available in Hex, the package can be installed
by adding map_helpers
to your list of dependencies in mix.exs
:
def deps do
[
{:map_helpers, github: "HeavyCookie/map_helpers"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/map_helpers.