CrystalJsonSettings.Layout

Namespace: SnowBank.Data.Json · enum

Implements: IComparable, ISpanFormattable, IFormattable, IConvertible

Rules for indentation and spacing

Fields

Compact

Compact = 2

Outputs as single-line, and without any spacing between items, fields names or values.

Formatted

Formatted = 0

Outputs as single-line, but with spacing between items, field names and values.

Indented

Indented = 1

Outputs as multi-line, with proper indentation and spacing between field names and values.