Jaxon.Path.parse-exclamation-mark

You're seeing just the function parse-exclamation-mark, go back to Jaxon.Path module for more information.

Specs

parse!(String.t()) :: t() | no_return()

Parse path expressions:

iex> Jaxon.Path.parse!("$[*].pets[0]")
[:root, :all, "pets", 0]