json v1.0.3 JSON.Decoder protocol 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
decode(any()) :: {atom(), term()}

Returns an atom and an Elixir term