How to recursively apply JsonConverter
I use Newtonsoft.Json. I need to serialize object, this object can hold other objects or array of objects that should also be converted with my custom JsonConverter. In method WriteJson I call
I use Newtonsoft.Json. I need to serialize object, this object can hold other objects or array of objects that should also be converted with my custom JsonConverter. In method WriteJson I call