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