Struct JsonWriterOptions | Serialization | 1.6.2-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Struct JsonWriterOptions

    Structure used to define custom behavior when writing JSON using the JsonWriter.

    Namespace: Unity.Serialization.Json
    Syntax
    public struct JsonWriterOptions

    Properties

    Minified

    Gets or sets the value indicating whether the JsonWriter should skip formatting the output. This skips indentation, newlines and whitespace.

    Declaration
    public bool Minified { get; set; }
    Property Value
    Type Description
    Boolean

    Simplified

    Gets or sets the value indicating whether the JsonWriter should use JSON formatting. This skips optional quotes and commas.

    Declaration
    public bool Simplified { get; set; }
    Property Value
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023