namespace DPumpHydr.WinFrmUI.WenSkin.Json
{
///
/// Specifies formatting options for the .
///
public enum Formatting
{
///
/// No special formatting is applied. This is the default.
///
None,
///
/// Causes child objects to be indented according to the and settings.
///
Indented
}
}