Poison.Parser (Poison v5.0.0) View Source

An RFC 7159 and ECMA 404 conforming JSON parser.

See: https://tools.ietf.org/html/rfc7159 See: http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf

Link to this section Summary

Link to this section Types

Specs

t() :: value() | Decimal.t()

Link to this section Functions

Link to this function

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

View Source

Specs

parse!(iodata() | binary(), Poison.Decoder.options()) :: t() | no_return()