Memory Leak with Json.NET
description
Hi, i profiled my application with JustTrace and filter to JustMyType to only see my type and i see a lot of instance that are not freed :
Newtonsoft.Json.Serialization.JsonPropertyCollection
Newtonsoft.Json.Serialization.JsonProperty
Newtonsoft.Json.Serialization.DynamicValueProvider
The more i serialize, the more those instances grow.
Kind Regards