Formatting styles for writing JSON text.
Declared in <bdljsn_writestyle.h>
enum Enum;
| Name | Description |
|---|---|
e_PRETTY | Human-friendly format with indentation and spaces. |
e_ONELINE | Single-line format with whitespace for readability. |
e_COMPACT | Maximally compact format with no white-space. |