Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum Newtonsoft.​Json.​Formatting

Assembly: Newtonsoft.Json

Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter" /> .

Values

None
No special formatting is applied. This is the default.
Indented
Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation" /> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar" /> settings.