View Source Consul.JsonCodec behaviour (consulex v0.1.3)

Link to this section Summary

Link to this section Types

Specs

json_value() ::
  nil | true | false | list() | float() | integer() | String.t() | map()

Link to this section Callbacks

Specs

decode(iodata()) :: {:ok, json_value()} | {:error, term()}
Link to this callback

decode( iodata, keyword )

View Source

Specs

decode(
  iodata(),
  keyword()
) :: {:ok, json_value()} | {:error, term()}

Link to this section Functions