DopplerConfigProvider.JSONDecoder behaviour (doppler_config_provider v0.2.1) 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.