|
nfx-json 1.5.2
Modern C++20 JSON library with schema validation and generation
|
Configuration options for Builder. More...
#include <nfx/json/Builder.h>
Public Attributes | |
| int | indent = 0 |
| Indentation level (0 = compact, >0 = pretty print with N spaces per level). | |
| size_t | bufferSize = 4096 |
| Initial buffer capacity hint. | |
| bool | escapeNonAscii = false |
| Escape non-ASCII UTF-8 characters as \uXXXX escape sequences. | |
| size_t nfx::json::Builder::Options::bufferSize = 4096 |
| bool nfx::json::Builder::Options::escapeNonAscii = false |
Escape non-ASCII UTF-8 characters as \uXXXX escape sequences.
When enabled, Unicode code points > U+007F are encoded as JSON escape sequences.
| int nfx::json::Builder::Options::indent = 0 |