Serialize the custom attributes along with class properties in C# on .NET?
I have a Person
class with custom attribute over few properties, I want to serialize this class object using Newtonsoft JSON.NET features. My custom attribute should also get serialized into the JSON.