using System; using Cpp2IlInjected; namespace Newtonsoft.Json { // Token: 0x02000020 RID: 32 [Token(Token = "0x2000020")] [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)] public sealed class JsonRequiredAttribute : Attribute { } }