CrystalJsonKnownNamingPolicy

Namespace: SnowBank.Data.Json · enum

Implements: IComparable, ISpanFormattable, IFormattable, IConvertible

The JsonNamingPolicy to be used at run time.

Fields

CamelCase

CamelCase = 1

Specifies that the built-in CamelCase be used to convert JSON property names.

Unspecified

Unspecified = 0

Specifies that JSON property names should not be converted.