Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 383 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 383 Bytes

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