Warpath.Expression.sigil_q
You're seeing just the macro
sigil_q
, go back to Warpath.Expression module for more information.
Compiles jsonpath string query to expression.
Examples
iex> import Warpath.Expression
iex> ~q"$.post.author"
%Warpath.Expression{tokens: [ {:root, "$"}, {:dot, {:property, "post"}}, {:dot, {:property, "author"}} ]}