An open API service indexing awesome lists of open source software.

https://github.com/hectorip/inquiry

Elixir Library to extract a specific value from a nested data structure in a query-like style.
https://github.com/hectorip/inquiry

data-structures elixir elixir-library extract json querying-iterables

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

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