// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.JsonToken

namespace Newtonsoft.Json
{
public class JsonToken // TypeDefIndex: 10237
{
	// Fields
	type#20890 value__;
	type#21386 None;
	type#21386 StartObject;
	type#21386 StartArray;
	type#21386 StartConstructor;
	type#21386 PropertyName;
	type#21386 Comment;
	type#21386 Raw;
	type#21386 Integer;
	type#21386 Float;
	type#21386 String;
	type#21386 Boolean;
	type#21386 Null;
	type#21386 Undefined;
	type#21386 EndObject;
	type#21386 EndArray;
	type#21386 EndConstructor;
	type#21386 Date;
	type#21386 Bytes;
}
}
