docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JsonObject

    The default object output by JsonSerialization if an object type can not be resolved.

    Inheritance
    object
    Dictionary<string, object>
    JsonObject
    Implements
    IDictionary<string, object>
    ICollection<KeyValuePair<string, object>>
    IReadOnlyDictionary<string, object>
    IReadOnlyCollection<KeyValuePair<string, object>>
    IEnumerable<KeyValuePair<string, object>>
    IDictionary
    ICollection
    IEnumerable
    IDeserializationCallback
    ISerializable
    Inherited Members
    Dictionary<string, object>.Add(string, object)
    Dictionary<string, object>.Clear()
    Dictionary<string, object>.ContainsKey(string)
    Dictionary<string, object>.ContainsValue(object)
    Dictionary<string, object>.EnsureCapacity(int)
    Dictionary<string, object>.GetEnumerator()
    Dictionary<string, object>.GetObjectData(SerializationInfo, StreamingContext)
    Dictionary<string, object>.OnDeserialization(object)
    Dictionary<string, object>.Remove(string)
    Dictionary<string, object>.Remove(string, out object)
    Dictionary<string, object>.TrimExcess()
    Dictionary<string, object>.TrimExcess(int)
    Dictionary<string, object>.TryAdd(string, object)
    Dictionary<string, object>.TryGetValue(string, out object)
    Dictionary<string, object>.Comparer
    Dictionary<string, object>.Count
    Dictionary<string, object>.this[string]
    Dictionary<string, object>.Keys
    Dictionary<string, object>.Values
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Serialization.Json
    Assembly: Unity.Serialization.dll
    Syntax
    public class JsonObject : Dictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable

    Implements

    IDictionary<TKey, TValue>
    ICollection<T>
    IReadOnlyDictionary<TKey, TValue>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IDictionary
    ICollection
    IEnumerable
    IDeserializationCallback
    ISerializable
    In This Article
    Back to top
    Copyright © 2025 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)