Enum fsDataType
The actual type that a JsonData instance can store.
Namespace: Unity.VisualScripting.FullSerializer
Syntax
public enum fsDataType
Fields
Name | Description | Value |
---|---|---|
Array | 0 | |
Object | 1 | |
Double | 2 | |
Int64 | 3 | |
Boolean | 4 | |
String | 5 | |
Null | 6 |