glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
11.93k stars 1.05k forks source link

[Feature Request] Add option to use magic_enum for static enum reflection in C++ #2445

Open jtd-formlabs opened 9 months ago

jtd-formlabs commented 9 months ago

For enum lookup/use it would be neat to see an option to use https://github.com/Neargye/magic_enum.