Click or drag to resize
weroSoft AG, Software
JsonFormatting Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines how the JSON data shall be formatted.

Namespace:  WeroSoft.Data.Json
Assembly:  WeroSoft.Data.Library (in WeroSoft.Data.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum JsonFormatting
Members
  Member nameValueDescription
None0 The JSON is not formatted.
Indented1 The JSON is formatted is done using indentation.
See Also