nlib
|
Data structure used to store the JsonStreamGenerator
settings parameters.
More...
#include <manual_en.h>
Public Member Functions | |
constexpr | JsonStreamGeneratorSettings () noexcept |
Instantiates the object with default parameters (default constructor). Sets each data member to the default value. | |
Public Attributes | |
bool | msgpack |
If false , JsonStreamGenerator outputs JSON; if true , it outputs msgpack. | |
bool | pretty_print |
If true , outputs formatted JSON when outputting JSON. | |
bool | omit_utf8_checking |
If true , checking if the string is UTF-8 is skipped when outputting the string. | |
bool | strict |
If true , generates an error if the first output is not an array or map. | |
Data structure used to store the JsonStreamGenerator
settings parameters.
Definition at line 30 of file JsonStreamGenerator.h.
© 2012-2017 Nintendo Co., Ltd. All rights reserved.