using System; namespace CryptoExchange.Net.Attributes { /// /// Used for conversion in ArrayConverter /// [AttributeUsage(AttributeTargets.Property)] public class JsonConversionAttribute: Attribute { } }