Elixpath.query-exclamation-mark
You're seeing just the function
query-exclamation-mark
, go back to Elixpath module for more information.
Link to this function
query!(data, path, opts \\ [])
Specs
Query data from nested data structure.
Same as query/3
, except that query!/3
raises on error.
Returns []
when no match.