We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313a0e4 commit c7728e8Copy full SHA for c7728e8
include/json/writer.h
@@ -93,7 +93,8 @@ class JSON_API StreamWriterBuilder : public StreamWriter::Factory {
93
/** Configuration of this builder.
94
Available settings (case-sensitive):
95
- "commentStyle": "None" or "All"
96
- - "indentation": "<anything>"
+ - "indentation": "<anything>".
97
+ - Setting this to an empty string also omits newline characters.
98
- "enableYAMLCompatibility": false or true
99
- slightly change the whitespace around colons
100
- "dropNullPlaceholders": false or true
0 commit comments