Bureaucrat.JSON (bureaucrat v0.2.10)
Wrapper around the configured JSON library. The default is Poison, but it can be configured to e.g. Jason with:
config :bureaucrat, :json_library, Jason
Link to this section Summary
Link to this section Functions
Link to this function
decode!(value, options \\ [])
Link to this function
decode(value, options \\ [])
Link to this function
encode!(value, options \\ [])
Link to this function