I need to change the following the referenceLoopHandling on my json serialization, yet I cannot find where to change this.
Can anyone help?
GlobalConfiguration.Configuration.Formatters.JsonFormatter.SerializerSettings.Re‌ferenceLoopHandling = ReferenceLoopHandling.Serialize;
Hi all,
I need to update the json serialization settings to deal with reference errors slightly differently. Where can I find the settings for this?
Cheers,
Jan