View Source DiscoLog.Encoder (disco_log v0.5.2)

Provide a safe encoding for map message which can containing any kind of Elixir values and need to be safely encoded to JSON.

Summary

Functions

Link to this function

encode!(value, opts \\ [])

View Source