docs.unity3d.com
    Show / Hide Table of Contents

    Class Json

    Inheritance
    Object
    Json
    Namespace: PureFileValidationPvp
    Syntax
    public class Json

    Constructors

    Json(String)

    Declaration
    public Json(string json)
    Parameters
    Type Name Description
    String json

    Properties

    Boolean

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

    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
    Boolean

    IsPresent

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

    Item[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>

    Path

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

    String

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

    Methods

    CheckKeys(IReadOnlyCollection<String>)

    Declaration
    public void CheckKeys(IReadOnlyCollection<string> allowedKeys)
    Parameters
    Type Name Description
    IReadOnlyCollection<String> allowedKeys
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023