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
After Phoenix opinionated on Jason as its default JSON library (configurable), there's a tendency to generally use Jason.
Regarding white-bread, I think the best approach would be to be non-opinionated regarding that and let the client configure that, since Jason and Poison have the same interface (behaviour) it wouldn't be a problem.
For the client to use I suggest something like:
config:white_bread,:outputtersjson_library: Jason
Thank you!
The text was updated successfully, but these errors were encountered:
After Phoenix opinionated on Jason as its default JSON library (configurable), there's a tendency to generally use Jason.
Regarding white-bread, I think the best approach would be to be non-opinionated regarding that and let the client configure that, since Jason and Poison have the same interface (behaviour) it wouldn't be a problem.
For the client to use I suggest something like:
Thank you!
The text was updated successfully, but these errors were encountered: