Skip to content

Instantly share code, notes, and snippets.

@noelworden
Last active July 17, 2020 23:40
Show Gist options
  • Select an option

  • Save noelworden/902184b37104960e02f9fa2a733f4f48 to your computer and use it in GitHub Desktop.

Select an option

Save noelworden/902184b37104960e02f9fa2a733f4f48 to your computer and use it in GitHub Desktop.
#blog_snippets
iex> Map.to_list(%{"kind" => "less_than_or_equal_to", "number" => 0, "validation" => "number"})
[{"kind", "less_than_or_equal_to"}, {"number", 0}, {"validation", "number"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment