nlib
nn::nlib::msgpack::JsonStreamGeneratorSettings Struct Reference

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 true, JsonStreamGenerator outputs JSON; if false, 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.
 

Detailed Description

Data structure used to store the JsonStreamGenerator settings parameters.

Definition at line 16 of file JsonStreamGenerator.h.


The documentation for this struct was generated from the following files: