Hi!
I have a few enums I'm using, and, when they get serialized, I'd like to have them be in lowercase.
I found this over at StackOverflow: http://stackoverflow.com/questions/22908204/howto-decorate-json-net-stringenumconverter
However, I can't get Visual Studio to recognize the EnumMember attribute. I already have using statements for Newtonsoft.Json and System.Runtime.Serialization (the namespace MSDN says the EnumMember attribute exists).
I feel like I'm missing something really simple, so hopefully someone here can help.
Thanks!
-Eric