Hi,
I am using Newtonsoft to serialize object. I wan to ignore some property but unable to do this.
In the class:
Please help
Hi Jak,
You need to use [Newtonsoft.Json.JsonIgnore] attribute as