A class containing various advanced options for the JSON archive.
More...
#include </home/shane/workspace/cereal/include/cereal/archives/json.hpp>
|
enum | IndentChar : char { space = ' ',
tab = '\t',
newline = '\n',
carriage_return = '\r'
} |
| The character to use for indenting.
|
|
A class containing various advanced options for the JSON archive.
◆ Options()
cereal::JSONOutputArchive::Options::Options |
( |
int |
precision = JSONWriter::kDefaultMaxDecimalPlaces , |
|
|
IndentChar |
indentChar = IndentChar::space , |
|
|
unsigned int |
indentLength = 4 |
|
) |
| |
|
inlineexplicit |
Specify specific options for the JSONOutputArchive.
- Parameters
-
precision | The precision used for floating point numbers |
indentChar | The type of character to indent with |
indentLength | The number of indentChar to use for indentation (0 corresponds to no indentation) |
The documentation for this class was generated from the following file: