public enum JsonFormat| Compact | 0 | Strip out all superfluous whitespace. |
| SingleLine | 1 | No line feeds, but does include some spaces to assist readability. |
| Indent_Tabs | 2 | Multiline format (using linefeeds) with indenting, whereby the indents are created using tab characters. |
| Indent_Spaces | 3 | Multiline format (using linefeeds) with indenting, whereby the indents are created using spaces. |