View Source AnyJson.Poison (AnyJson v0.2.1)

Defines the implementation for the Poison adapter.

setup

Setup

Add to your mix.exs:

{:poison, "~> 5.0"},

Link to this section Summary

Link to this section Types

@type decode_err() :: Exception.t()
@type decode_opts() :: [Poison.Decoder.options()]
@type encode_err() :: Exception.t()
@type encode_opts() :: [Poison.Encoder.options()]