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
def deps do
[{:jiffex, github: "pressrelations/jiffex"}]
end
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
def deps do
[{:jiffex, github: "pressrelations/jiffex"}]
end