You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > Formatting Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Json.Formatting Enumeration

Specifies formatting options for the JsonTextWriter.

Syntax
C++
C#
Visual Basic
public: enum Formatting { None = 0, Indented = 1 };
Members
Members 
Description 
None 
No special formatting is applied. This is the default.  
Indented 
Causes child objects to be indented according to the JsonTextWriter.Indentation and JsonTextWriter.IndentChar settings.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.