Show / Hide Table of Contents

    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 Source

    IsEndToken(JsonToken)

    Declaration
    public static bool IsEndToken(JsonToken token)
    Parameters
    Type Name Description
    JsonToken token
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsPrimitiveToken(JsonToken)

    Declaration
    public static bool IsPrimitiveToken(JsonToken token)
    Parameters
    Type Name Description
    JsonToken token
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsStartToken(JsonToken)

    Declaration
    public static bool IsStartToken(JsonToken token)
    Parameters
    Type Name Description
    JsonToken token
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    • 0 Comments