<@U6FMZA1S8> It’s not wise to tie symbol names to ...
# getting-started
c
@sourabh It’s not wise to tie symbol names to dynamic concerns such as JSON parsing. You should separate the two, e.g.
enum class Orientation { VERTICAL(jsonName = "vertical", ... }
1