poison v4.0.1 Poison.Parser

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

Link to this type t()
t() :: nil | true | false | list() | float() | integer() | String.t() | map()

Link to this section Functions

Link to this function parse!(iodata, options)