[#BloombergLP-bdljsn-WriteStyle-Enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/WriteStyle.adoc[WriteStyle]::Enum :relfileprefix: ../../../ :mrdocs: Formatting styles for writing JSON text. == Synopsis Declared in `<bdljsn_writestyle.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Enum; ---- == Members [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#