docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Json

    Inheritance
    object
    Json
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PvpXray
    Assembly: PvpXray.dll
    Syntax
    public class Json

    Constructors

    Json(string, string)

    Declaration
    public Json(string json, string packageFilePath)
    Parameters
    Type Name Description
    string json
    string packageFilePath

    Properties

    Boolean

    Declaration
    public bool Boolean { get; }
    Property Value
    Type Description
    bool

    Elements

    Declaration
    public IEnumerable<Json> Elements { get; }
    Property Value
    Type Description
    IEnumerable<Json>

    ElementsIfPresent

    Declaration
    public IEnumerable<Json> ElementsIfPresent { get; }
    Property Value
    Type Description
    IEnumerable<Json>

    IfPresent

    Declaration
    public Json IfPresent { get; }
    Property Value
    Type Description
    Json

    IsArray

    Declaration
    public bool IsArray { get; }
    Property Value
    Type Description
    bool

    IsBoolean

    Declaration
    public bool IsBoolean { get; }
    Property Value
    Type Description
    bool

    IsNumber

    Declaration
    public bool IsNumber { get; }
    Property Value
    Type Description
    bool

    IsObject

    Declaration
    public bool IsObject { get; }
    Property Value
    Type Description
    bool

    IsPresent

    Declaration
    public bool IsPresent { get; }
    Property Value
    Type Description
    bool

    IsString

    Declaration
    public bool IsString { get; }
    Property Value
    Type Description
    bool

    this[string]

    Declaration
    public Json this[string key] { get; }
    Parameters
    Type Name Description
    string key
    Property Value
    Type Description
    Json

    Key

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    string

    Members

    Declaration
    public IEnumerable<Json> Members { get; }
    Property Value
    Type Description
    IEnumerable<Json>

    MembersIfPresent

    Declaration
    public IEnumerable<Json> MembersIfPresent { get; }
    Property Value
    Type Description
    IEnumerable<Json>

    Number

    Declaration
    public double Number { get; }
    Property Value
    Type Description
    double

    Path

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    string

    RawObject

    Declaration
    public Dictionary<string, object> RawObject { get; }
    Property Value
    Type Description
    Dictionary<string, object>

    String

    Declaration
    public string String { get; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)