API Reference Deep Dive v1.0.0

Modules

This library should serve the simple aim of finding keys in deeply nested and complex data structures used in other elixir projects. The use case for which it has been conceived was to explore the depths of the Absinthe resolution structs, but may be useful in any such case when the strutures at hand are complex and when such structures are built at runtime by some intricate logic. It is intended solely as a debugging utility, and not as a production-level tool.

This module holds the logic to match the keys in a data structure.