marc-mabe / php-enum

Simple and fast implementation of enumerations with native PHP
BSD 3-Clause "New" or "Revised" License
464 stars 36 forks source link

feat(Enum abstract class): Get json serialized value #100

Closed ifwrong closed 6 years ago

ifwrong commented 6 years ago

Get the value when enumerator is jsonSerialized

marc-mabe commented 6 years ago

Hi @hellow7758521,

I don't think that this is a very good idea because of the following reasons: