JairusSW / as-json

The only JSON library you'll need for AssemblyScript. SIMD enabled
MIT License
79 stars 15 forks source link

Support the serialization of enums #47

Closed JairusSW closed 10 months ago

JairusSW commented 1 year ago

Enums should be serialized as their numerical equivalent

mattjohnsonpint commented 1 year ago

A lot of people prefer to serialize the name of the enum as a string. Either option should be supported, IMHO.