ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.CIM Namespace / JsonSerializationSettings Class


In This Topic
    JsonSerializationSettings Class Properties
    In This Topic

    For a list of all members of this type, see JsonSerializationSettings members.

    Public Properties
     NameDescription
    Public Property Gets and sets whether to omit properties that have their default values from JSON output. Default value is true. This behavior is designed to produce smaller JSON payloads.  
    Public Property Gets and sets whether JSON output should be formatted with whitespace and newlines. Default value is true.  
    Top
    See Also