Skip to content

Instantly share code, notes, and snippets.

@mindreframer
Last active August 13, 2019 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mindreframer/0952fb19d9a20ad3d19bfee7877ba1f6 to your computer and use it in GitHub Desktop.
Save mindreframer/0952fb19d9a20ad3d19bfee7877ba1f6 to your computer and use it in GitHub Desktop.
Elixir - Dealing with nested datastructures (validating / traversing / transforming)

Elixir data validation libraries

Extracting data quickly

JSON Schema

For some reason I feel this might be a bit inflexible, yet worth trying out, especiall considering the ability to introduce custom validators.

Filtering / traversing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment