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

Specifies the type of JSON token.

Syntax
C++
C#
Visual Basic
public: enum JsonToken { None = 0, StartObject = 1, StartArray = 2, StartConstructor = 3, PropertyName = 4, Comment = 5, Raw = 6, Integer = 7, Float = 8, String = 9, Boolean = 10, Null = 11, Undefined = 12, EndObject = 13, EndArray = 14, EndConstructor = 15, Date = 16, Bytes = 17 };
Members
Members 
Description 
None 
This is returned by the JsonReader if a JsonReader.Read method has not been called.  
StartObject 
An object start token.  
StartArray 
An array start token.  
StartConstructor 
A constructor start token.  
PropertyName 
An object property name.  
Comment 
A comment.  
Raw 
Raw JSON.  
Integer 
An integer.  
Float 
A float.  
String 
A string.  
Boolean 
A boolean.  
Null 
A null token.  
Undefined 
An undefined token.  
EndObject 
An object end token.  
EndArray 
An array end token.  
EndConstructor 
A constructor end token.  
Date 
A Date.  
Bytes 
Byte data.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.