docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JSONString

    Class JSONString. Implements the JSONNode

    Inheritance
    object
    JSONNode
    JSONString
    Inherited Members
    JSONNode.forceASCII
    JSONNode.this[int]
    JSONNode.this[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(int)
    JSONNode.Remove(JSONNode)
    JSONNode.Children
    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.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 JSONString : JSONNode

    Constructors

    Name Description
    JSONString(string)

    Initializes a new instance of the JSONString class.

    Properties

    Name Description
    IsString

    Gets a value indicating whether this instance is string.

    Tag

    Gets the tag.

    Value

    Gets or sets the value.

    Methods

    Name Description
    Equals(object)

    Determines whether the specified object is equal to this instance.

    GetEnumerator()

    Gets the enumerator.

    GetHashCode()

    Returns a hash code for this instance.

    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)