Enum JsonValidationType
The validation type to use.
Namespace: Unity.Serialization.Json
Syntax
public enum JsonValidationType : int
Fields
| Name | Description | Value |
|---|---|---|
| None | No validation is performed. |
|
| Simple | Only structural validation is performed. |
|
| Standard | Validation is performed against the standard json spec. |