JsonFormatLineBreakType

Description

JSON format line break type.

namespace JsonFormatLineBreakType
{
	enum Type
	{
		CarriageReturn,
		LineFeed,
		CarriageReturnLineFeed
	};
}