ex_easypost v2.0.2 ExEasyPost.Codec behaviour

Defines the specification for a JSON parser.

ExEasyPost supports the use of your favorite JSON parser provided it fulfills this specification. Poison and Jason fulfill this spec without modification.

Link to this section Summary

Link to this section Callbacks

Link to this callback decode!(arg0)
decode!(String.t()) :: %{}
Link to this callback encode!(%{})
encode!(%{}) :: String.t()