docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JSONArray

    Class JSONArray. Implements the JSONNode

    Inheritance
    object
    JSONNode
    JSONArray
    Inherited Members
    JSONNode.forceASCII
    JSONNode.Value
    JSONNode.IsNumber
    JSONNode.IsString
    JSONNode.IsBoolean
    JSONNode.IsNull
    JSONNode.IsObject
    JSONNode.Add(JSONNode)
    JSONNode.Remove(string)
    JSONNode.DeepChildren
    JSONNode.ToString()
    JSONNode.ToString(int)
    JSONNode.Linq
    JSONNode.Keys
    JSONNode.Values
    JSONNode.AsDouble
    JSONNode.AsInt
    JSONNode.AsFloat
    JSONNode.AsBool
    JSONNode.AsArray
    JSONNode.AsObject
    JSONNode.Equals(object)
    JSONNode.GetHashCode()
    JSONNode.Parse(string)
    JSONNode.SaveToBinaryStream(Stream)
    JSONNode.SaveToCompressedStream(Stream)
    JSONNode.SaveToCompressedFile(string)
    JSONNode.SaveToCompressedBase64()
    JSONNode.SaveToBinaryFile(string)
    JSONNode.SaveToBinaryBase64()
    JSONNode.DeserializeBinary(BinaryReader)
    JSONNode.LoadFromCompressedFile(string)
    JSONNode.LoadFromCompressedStream(Stream)
    JSONNode.LoadFromCompressedBase64(string)
    JSONNode.LoadFromBinaryStream(Stream)
    JSONNode.LoadFromBinaryFile(string)
    JSONNode.LoadFromBinaryBase64(string)
    JSONNode.VectorContainerType
    JSONNode.QuaternionContainerType
    JSONNode.RectContainerType
    JSONNode.ReadVector2(Vector2)
    JSONNode.ReadVector2(string, string)
    JSONNode.ReadVector2()
    JSONNode.WriteVector2(Vector2, string, string)
    JSONNode.ReadVector3(Vector3)
    JSONNode.ReadVector3(string, string, string)
    JSONNode.ReadVector3()
    JSONNode.WriteVector3(Vector3, string, string, string)
    JSONNode.ReadVector4(Vector4)
    JSONNode.ReadVector4()
    JSONNode.WriteVector4(Vector4)
    JSONNode.ReadQuaternion(Quaternion)
    JSONNode.ReadQuaternion()
    JSONNode.WriteQuaternion(Quaternion)
    JSONNode.ReadRect(Rect)
    JSONNode.ReadRect()
    JSONNode.WriteRect(Rect)
    JSONNode.ReadRectOffset(RectOffset)
    JSONNode.ReadRectOffset()
    JSONNode.WriteRectOffset(RectOffset)
    JSONNode.ReadMatrix()
    JSONNode.WriteMatrix(Matrix4x4)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    object.MemberwiseClone()
    Namespace: SimpleJSON
    Assembly: solution.dll
    Syntax
    public class JSONArray : JSONNode

    Properties

    Name Description
    Children

    Gets the children.

    Count

    Gets the count.

    Inline

    Gets or sets a value indicating whether this JSONArray is inline.

    IsArray

    Gets a value indicating whether this instance is array.

    this[int]

    Gets or sets the JSONNode with the specified a index.

    this[string]

    Gets or sets the JSONNode with the specified a key.

    Tag

    Gets the tag.

    Methods

    Name Description
    Add(string, JSONNode)

    Adds the specified a key.

    GetEnumerator()

    Gets the enumerator.

    Remove(JSONNode)

    Removes the specified a node.

    Remove(int)

    Removes the specified a index.

    SerializeBinary(BinaryWriter)

    Serializes the binary.

    See Also

    JSONNode
    JSONNode
    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)