OnFlow.JSONCDC (on_flow v0.6.0) View Source

Decodes the JSON-CDC event values into Elixir terms.

Link to this section Summary

Link to this section Types

Specs

encodable() :: String.t() | %{required(String.t()) => nil | String.t()}

Link to this section Functions

Specs

decode(encodable()) :: {:ok, term()} | :error

Specs

decode!(encodable()) :: term()