This sample creates a custom T:Newtonsoft.Json.Serialization.IContractResolver that only serializes a type's properties that begin with a specified character.
Sample