Search
A behaviour for JSON serialization.
@callback decode(json :: iodata(), opts :: []) :: {:ok, any()} | {:error, :invalid}
@callback encode!(data :: any()) :: iodata()