Enum JsonValidationType | Serialization | 1.2.0-preview
docs.unity.cn
    Show / Hide Table of Contents

    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.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX