Poison.Decoder protocol (Poison v5.0.0) View Source

Link to this section Summary

Link to this section Types

Specs

options() :: %{
  optional(:keys) => :atoms | :atoms!,
  optional(:decimal) => boolean(),
  optional(:as) => as()
}

Specs

t() :: term()

Link to this section Functions

Specs

decode(t(), options()) :: any()