Summary

Types

scalar()

@type scalar() :: nil | true | false | float() | integer() | String.t()

t()

@type t() :: scalar() | Decimal.t() | [t()] | %{optional(String.t()) => t()}

Functions

parse!(value, options \\ %{})

@spec parse!(iodata(), ForkPoison.Decoder.options()) :: t()