Share via


JsonPropertyNames Enum

Definition

The format of property names in dynamic and serialized JSON content.

public enum JsonPropertyNames
type JsonPropertyNames = 
Public Enum JsonPropertyNames
Inheritance
JsonPropertyNames

Fields

CamelCase 1

Indicates that the JSON content uses a camel-case format for property names.

UseExact 0

Exact property name matches will be used with JSON property names.

Applies to