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