WCF-Xtensions Class Reference for Mono
JTokenType Enumeration






Specifies the type of token.
Syntax
'Declaration
 
Public Enum JTokenType 
   Inherits System.Enum
'Usage
 
Dim instance As JTokenType
public enum JTokenType : System.Enum 
public enum JTokenType = class(System.Enum)
public enum JTokenType extends System.Enum
__value public enum JTokenType : public System.Enum 
public enum class JTokenType : public System.Enum 
Members
MemberDescription
Array A JSON array.
Boolean A boolean value.
Bytes A collection of bytes value.
Comment A comment.
Constructor A JSON constructor.
Date A date value.
Float A float value.
Guid A Guid value.
Integer An integer value.
None No token type has been set.
Null A null value.
Object A JSON object.
Property A JSON object property.
Raw A raw JSON value.
String A string value.
TimeSpan A TimeSpan value.
Undefined An undefined value.
Uri A _uri value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Noemax.Newtonsoft.Json.Linq.JTokenType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Noemax.Newtonsoft.Json.Linq Namespace

Send Feedback