Jaxon.decode-exclamation-mark

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

Specs

decode!(String.t()) :: json_term() | no_return()

Decode a string, throws if there's an error.

iex(1)> Jaxon.decode!(~s({"jaxon":"rocks","array":[1,2]}))
%{"array" => [1, 2], "jaxon" => "rocks"}