Class JSONString | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class JSONString

    Inheritance
    System.Object
    JSONNode
    JSONString
    Inherited Members
    JSONNode.forceASCII
    JSONNode.longAsString
    JSONNode.Item[Int32]
    JSONNode.Item[String]
    JSONNode.Count
    JSONNode.IsNumber
    JSONNode.IsBoolean
    JSONNode.IsNull
    JSONNode.IsArray
    JSONNode.IsObject
    JSONNode.Inline
    JSONNode.Add(String, JSONNode)
    JSONNode.Add(JSONNode)
    JSONNode.Remove(String)
    JSONNode.Remove(Int32)
    JSONNode.Remove(JSONNode)
    JSONNode.Children
    JSONNode.DeepChildren
    JSONNode.HasKey(String)
    JSONNode.GetValueOrDefault(String, JSONNode)
    JSONNode.ToString()
    JSONNode.ToString(Int32)
    JSONNode.Linq
    JSONNode.Keys
    JSONNode.Values
    JSONNode.AsDouble
    JSONNode.AsInt
    JSONNode.AsFloat
    JSONNode.AsBool
    JSONNode.AsLong
    JSONNode.AsArray
    JSONNode.AsObject
    JSONNode.Parse(String)
    Namespace: Unity.UIWidgets.external.simplejson
    Syntax
    public class JSONString : JSONNode

    Constructors

    JSONString(String)

    Declaration
    public JSONString(string aData)
    Parameters
    Type Name Description
    System.String aData

    Properties

    IsString

    Declaration
    public override bool IsString { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    JSONNode.IsString

    Tag

    Declaration
    public override JSONNodeType Tag { get; }
    Property Value
    Type Description
    JSONNodeType
    Overrides
    JSONNode.Tag

    Value

    Declaration
    public override string Value { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    JSONNode.Value

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    JSONNode.Equals(Object)

    GetEnumerator()

    Declaration
    public override JSONNode.Enumerator GetEnumerator()
    Returns
    Type Description
    JSONNode.Enumerator
    Overrides
    JSONNode.GetEnumerator()

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    JSONNode.GetHashCode()
    Back to top
    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