elixir-keycloak
elixir-keycloak copied to clipboard
Make JSON library configurable
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.
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?