Jexon.Decoder (jexon v0.9.5)
Responsible for decoding from JSON
Summary
Types
Link to this type
json()
@type json() :: String.t()
Functions
Link to this function
decode(json)
@spec decode(json :: json()) :: {:ok, any()} | {:error, Jason.DecodeError.t()}