From fbc187ac15524638db2b116ed2b7365aaecdf2e4 Mon Sep 17 00:00:00 2001 From: lain Date: Tue, 27 Mar 2018 16:09:08 +0200 Subject: Switch to Jason for json handling. It's twice as fast and will be the standard in the coming ecto. --- mix.exs | 1 + 1 file changed, 1 insertion(+) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index 00733c26a..7320ac543 100644 --- a/mix.exs +++ b/mix.exs @@ -41,6 +41,7 @@ defmodule Pleroma.Mixfile do {:calendar, "~> 0.16.1"}, {:cachex, "~> 2.1"}, {:httpoison, "~> 0.11.2"}, + {:jason, "~> 1.0"}, {:ex_machina, "~> 2.0", only: :test}, {:credo, "~> 0.7", only: [:dev, :test]}] end -- cgit v1.2.3