Jexon.Encoder (jexon v0.9.5)
Responsible for encoding to JSON
Summary
Types
Link to this type
json()
@type json() :: String.t()
Functions
Link to this function
encode(data)
@spec encode(data :: any()) :: {:ok, json()} | {:error, Jason.EncodeError.t()}