There is a code earlier (it was published a little earlier by @ iluxa1810)
[Flags] enum Rights { Default = 0x000001, Vip = 0x000002 | Default, Admins = 0x000004 | Vip, FullAdmins = 0x000008 | Admins } I need just the same solution, but with loading enum from json.
Is there a ready-made example or project? I just can't figure out how to do