ExWapp.MapPath (ExWapp v0.1.2)

Copy Markdown View Source

Map path helpers that tolerate both atom and string keys.

Summary

Functions

first(data, paths)

@spec first(map() | nil, [[atom() | String.t()]]) :: term() | nil

get(data, path)

@spec get(map() | nil, [atom() | String.t()]) :: term() | nil