instedd / surveda

InSTEDD Surveda
https://instedd.org/technologies/surveda-mobile-surveys/
GNU General Public License v3.0
17 stars 6 forks source link

Migrate from Poison to Jason (Phoenix 1.4) #2046

Open ysbaddaden opened 2 years ago

ysbaddaden commented 2 years ago

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

diegoliberman commented 2 years ago

Removed pending estimation: 8h