JSON.Decoder protocol (json v1.4.1) View Source

Defines the protocol required for converting raw JSON into Elixir terms

Link to this section Summary

Functions

Returns an atom and an Elixir term

Link to this section Types

Link to this section Functions

Link to this function

decode(bitstring_or_char_list)

View Source

Specs

decode(any()) :: {atom(), term()}

Returns an atom and an Elixir term