PerlDancer / Dancer2

Perl Dancer Next Generation (rewrite of Perl Dancer)
http://perldancer.org/
Other
543 stars 274 forks source link

Serializer::Mutable - make default serializer configurable #1569

Open veryrusty opened 3 years ago

veryrusty commented 3 years ago

Small feature request: The mutable serializer has a hard-coded default of JSON. If a user defines a custom map of mime types to serializers that doesn't include JSON, they are still forced into that default. We should make the default/fallback configurable.

cromedome commented 3 years ago

:+1: I second this.