phoenix_jiffy v0.2.0 Phoenix.Jiffy

JSON engine replacement for Phoenix.Controller. Beware: if you use Ecto models, you have to serialize Ecto.Date, Ecto.Time and Ecto.DateTime manually:

Ecto.DateTime.to_iso8601(model.inserted_at)

Usage

In config/config.exs:

config :phoenix, :format_encoders,

json: Phoenix.Jiffy