Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit 2b5eb21199.
PrevUpHomeNext

serialize_options

Serialize options.

Synopsis

Defined in header <boost/json/serialize_options.hpp>

struct serialize_options
Data Members

Name

Description

allow_infinity_and_nan

Non-standard extension option.

Friends

Name

Description

operator<<

Set JSON serialization options on input stream.

Description

This structure is used for specifying whether to allow non-standard extensions. Default-constructed options specify that only standard JSON is produced.

See Also

serialize, serializer.

Convenience header <boost/json.hpp>


PrevUpHomeNext