Skip to content

Instantly share code, notes, and snippets.

@craigp
Last active January 26, 2016 13:13
Show Gist options
  • Save craigp/e957ebeed3cf7355fa1f to your computer and use it in GitHub Desktop.
Save craigp/e957ebeed3cf7355fa1f to your computer and use it in GitHub Desktop.
Enum.reduce(data, %SomeStruct{}, fn({key, value}, some_struct) ->
%{some_struct | (key |> Macro.underscore |> String.to_atom) => value}
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment