Skip to content

Migrate from Poison to Jason (Phoenix 1.4) #2046

@ysbaddaden

Description

@ysbaddaden

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions