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

    Class JSONNull

    Inheritance
    System.Object
    JSONNode
    JSONNull
    Inherited Members
    JSONNode.forceASCII
    JSONNode.longAsString
    JSONNode.Item[Int32]
    JSONNode.Item[String]
    JSONNode.Count
    JSONNode.IsNumber
    JSONNode.IsString
    JSONNode.IsBoolean
    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.AsLong
    JSONNode.AsArray
    JSONNode.AsObject
    JSONNode.Parse(String)
    Namespace: Unity.UIWidgets.external.simplejson
    Syntax
    public class JSONNull : JSONNode

    Fields

    reuseSameInstance

    Declaration
    public static bool reuseSameInstance
    Field Value
    Type Description
    System.Boolean

    Properties

    AsBool

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

    IsNull

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

    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

    CreateOrGet()

    Declaration
    public static JSONNull CreateOrGet()
    Returns
    Type Description
    JSONNull

    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