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