elixir-keycloak icon indicating copy to clipboard operation
elixir-keycloak copied to clipboard

Make JSON library configurable

Open lafka opened this issue 3 years ago • 1 comments

ecto, phoenix and others seems to prefer Jason over Poison. Multiple libraries should not provide the same functionality. Provide a way for user to select the JSON library to use.

lafka avatar Oct 09 '22 19:10 lafka

Configurability is great, but I think reasonable default values are little more preferable. :wink: As ecto, phoenix, joken and oauth were already using jason as their default JSON library, maybe it make sense to switch completely to jason library?

railsmechanic avatar Nov 09 '22 14:11 railsmechanic