Enum JsonDataType
Types of supported generic JSON objects.
Namespace: Unity.Serialization.Json
Syntax
public enum JsonDataType
Fields
Name | Description |
---|---|
Array | List of value |
Boolean | Boolean value |
Null | value
|
Number | Numeric value |
Object | Map of member names to values |
String | String value |