Enum JTokenType
- Namespace
 - Dynamicweb.Core.Json
 
- Assembly
 - Dynamicweb.Core.dll
 
Wrapper for Newtonsoft.Json.Linq.JTokenType: Only use to fix legacy issues. Never use in new code!
  
  public enum JTokenType
  Fields
Array = 2Boolean = 9Bytes = 14Comment = 5Constructor = 3Date = 12Float = 7Guid = 15Integer = 6None = 0Null = 10Object = 1Property = 4Raw = 13String = 8TimeSpan = 17Undefined = 11Uri = 16