Jiffex Small hex that uses :jiffy (see davisp/jiffy) to decode and encode JSON data. Can be used with phoenix (phoenixframework/phoenix). config :phoenix, :format_encoders, json: Jiffex Installation def deps do [{:jiffex, github: "pressrelations/jiffex"}] end