Class JsonArray
The default object output by JsonSerialization if an array type can not be resolved.
Inherited Members
System.Collections.Generic.List<System.Object>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<System.Object>.System.Collections.IList.set_Item(System.Int32, System.Object)
Namespace: Unity.Serialization.Json
Syntax
public class JsonArray : List<object>, IList<object>, ICollection<object>, IList, ICollection, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable