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
This seems like a more generic question about Elixir protocols rather than Poison, but I'm also trying to find the answer to that. What's the idiomatic way to handle this? Do you have to understand the Any implementation of encode and re-implement the default behavior yourself?
warning: redefining module Poison.Encoder.Ecto.Date (current version loaded from _build/test/lib/ecto/ebin/Elixir.Poison.Encoder.Ecto.Date.beam)
lib/poison.ex:5
Hi. I'd like to override the list encoder to be able to handle keyword lists. Something like this:
Is that possible? If so, how? Thanks!
The text was updated successfully, but these errors were encountered: