Skip to content

Elixir Library to extract a specific value from a nested data structure in a query-like style.

License

Notifications You must be signed in to change notification settings

hectorip/Inquiry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inquiry

Elixir library to extract a specific value from a nested data structure in a query-like style.

This intended to help you extract a specicif value without having to write a lot of boilerplate code, like pattern matching, case statements, etc.

Examples

iex> Inquiry.inquiry([1, 2, 3], "0")

About

Elixir Library to extract a specific value from a nested data structure in a query-like style.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages