HttpBuilder v0.2.3 HttpBuilder.Adapters.JSONParser.Poison View Source
Link to this section Summary
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.