Class JsonObject
The default object output by JsonSerialization if an object type can not be resolved.
Namespace: Unity.Serialization.Json
Syntax
public class JsonObject : Dictionary<string, object>
The default object output by JsonSerialization if an object type can not be resolved.
public class JsonObject : Dictionary<string, object>