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
Phoenix 1.4+ can use either Poison or Jason for its own parse/dump JSON (be it internal or implicit). Phoenix now recommends Jason, and it's supposed to be faster, but there seemed be some issues, so I'm sticking to Poison for now.
We also use Poison explicitly to parse/dump JSON in Surveda. We could probably migrate those cases to use Jason.
Phoenix 1.4+ can use either Poison or Jason for its own parse/dump JSON (be it internal or implicit). Phoenix now recommends Jason, and it's supposed to be faster, but there seemed be some issues, so I'm sticking to Poison for now.
We also use Poison explicitly to parse/dump JSON in Surveda. We could probably migrate those cases to use Jason.
Refs #2019
The text was updated successfully, but these errors were encountered: