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