jazz v0.2.1 Jazz.Decode

Summary

Functions

it(string, options \\ [])

Specs

it(String.t, Keyword.t) ::
  {:ok, term} |
  {:error, term}
it!(string, options \\ [])

Specs

it!(String.t, Keyword.t) :: term | no_return
transform(parsed, options \\ [])

Specs

transform(term, Keyword.t) :: term