Represents an abstract JSON token.
Namespace: Newtonsoft.Json.LinqAssembly: Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 4.5.0.0 (4.5.11.15729)
Syntax
| C# |
|---|
public abstract class JToken : IJEnumerable<JToken>, IEnumerable<JToken>, IEnumerable, IJsonLineInfo, ICloneable, IDynamicMetaObjectProvider |
| Visual Basic |
|---|
Public MustInherit Class JToken _ Implements IJEnumerable(Of JToken), IEnumerable(Of JToken), _ IEnumerable, IJsonLineInfo, ICloneable, IDynamicMetaObjectProvider |
| Visual C++ |
|---|
public ref class JToken abstract : IJEnumerable<JToken^>, IEnumerable<JToken^>, IEnumerable, IJsonLineInfo, ICloneable, IDynamicMetaObjectProvider |
Inheritance Hierarchy
System..::..Object
Newtonsoft.Json.Linq..::..JToken
Newtonsoft.Json.Linq..::..JContainer
Newtonsoft.Json.Linq..::..JValue
Newtonsoft.Json.Linq..::..JToken
Newtonsoft.Json.Linq..::..JContainer
Newtonsoft.Json.Linq..::..JValue