DopplerConfigProvider.JSONDecoder behaviour (doppler_config_provider v0.2.4) View Source

JSON decoder behaviour. Any JSON library supplied to this config provider must implement a decode!/1 function that returns the decoded JSON as a map, or raise an error if it cannot.

Link to this section Summary

Link to this section Callbacks

Specs

decode!(String.t()) :: map() | no_return()