Class JsonArray
The default object output by JsonSerialization if an array type can not be resolved.
Namespace: Unity.Serialization.Json
Syntax
public class JsonArray : List<object>
The default object output by JsonSerialization if an array type can not be resolved.
public class JsonArray : List<object>