HttpBuilder v0.3.0 HttpBuilder.Adapters.JSONParser.Poison View Source

Link to this section Summary

Functions

Decodes JSON to a value

Encodes a value to JSON

Link to this section Functions

Link to this function decode!(value, opts \\ []) View Source
decode!(value :: term(), options :: Keyword.t()) :: HttpBuilder.Adapter.JSONParser.decoded()

Decodes JSON to a value

Link to this function encode!(value, opts \\ []) View Source
encode!(value :: term(), options :: Keyword.t()) :: HttpBuilder.Adapter.JSONParser.encoded()

Encodes a value to JSON.