Class JsonTokenUtils
Inheritance
System.Object
JsonTokenUtils
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.Json.Utilities
Assembly: Bayat.Json.Runtime.dll
Syntax
public static class JsonTokenUtils
Methods
| Improve this Doc View SourceIsEndToken(JsonToken)
Declaration
public static bool IsEndToken(JsonToken token)
Parameters
| Type | Name | Description |
|---|---|---|
| Json |
token |
Returns
| Type | Description |
|---|---|
| System. |
IsPrimitiveToken(JsonToken)
Declaration
public static bool IsPrimitiveToken(JsonToken token)
Parameters
| Type | Name | Description |
|---|---|---|
| Json |
token |
Returns
| Type | Description |
|---|---|
| System. |
IsStartToken(JsonToken)
Declaration
public static bool IsStartToken(JsonToken token)
Parameters
| Type | Name | Description |
|---|---|---|
| Json |
token |
Returns
| Type | Description |
|---|---|
| System. |