You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > JTokenType Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Json.Linq.JTokenType Enumeration

Specifies the type of token.

Syntax
C++
C#
Visual Basic
public: enum JTokenType { None = 0, Object = 1, Array = 2, Constructor = 3, Property = 4, Comment = 5, Integer = 6, Float = 7, String = 8, Boolean = 9, Null = 10, Undefined = 11, Date = 12, Raw = 13, Bytes = 14, Guid = 15, Uri = 16, TimeSpan = 17 };
Members
Members 
Description 
None 
No token type has been set.  
Object 
A JSON object.  
Array 
A JSON array.  
Constructor 
A JSON constructor.  
Property 
A JSON object property.  
Comment 
A comment.  
Integer 
An integer value.  
Float 
A float value.  
String 
A string value.  
Boolean 
A boolean value.  
Null 
A null value.  
Undefined 
An undefined value.  
Date 
A date value.  
Raw 
A raw JSON value.  
Bytes 
A collection of bytes value.  
Guid 
A Guid value.  
Uri 
A Uri value.  
TimeSpan 
A TimeSpan value.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.