Summary

Types

@type scalar() :: nil | true | false | float() | integer() | String.t()
@type t() :: scalar() | Decimal.t() | [t()] | %{optional(String.t()) => t()}

Functions

Link to this function

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

View Source
@spec parse!(iodata(), Poison.Decoder.options()) :: t()