zio / zio-json

Fast, secure JSON library with tight ZIO integration.
https://zio.dev/zio-json
Apache License 2.0
407 stars 146 forks source link

refactor: scala 3 const enum: simplify and cleanup #1126

Closed ThijsBroersen closed 3 months ago

ThijsBroersen commented 3 months ago

Less is more...

This PR removes unused code and refactors constValueUnionTuple to support also single constant literals so constStringToEnum can be dropped.