This sample uses T:Newtonsoft.Json.JsonObjectAttribute and T:Newtonsoft.Json.MemberSerialization to specify that only properties that have been explicitly specified with T:Newtonsoft.Json.JsonPropertyAttribute should be serialized.
Sample