You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently still use Jason. While that works, we should strive to keep
dependencies minimal, as :json will come shipped with the Erlang installation.
Replace all usages of Jason with :json. To ensure that this also works on OTP
< 27, add :json_polyfill as a dependency.
The text was updated successfully, but these errors were encountered:
Erlang introduced the
:json
library in OTP 27.We currently still use Jason. While that works, we should strive to keep
dependencies minimal, as
:json
will come shipped with the Erlang installation.Replace all usages of Jason with
:json
. To ensure that this also works on OTP< 27, add
:json_polyfill
as a dependency.The text was updated successfully, but these errors were encountered: