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 an older version of Boost and was released in 2024. The current version is 1.90.0.
Serialize options.
Defined in header <boost/json/serialize_options.hpp>
struct serialize_options;
|
Name |
Description |
|---|---|
|
Non-standard extension option. |
|
Name |
Description |
|---|---|
|
Set JSON serialization options on input stream. |
This structure is used for specifying whether to allow non-standard extensions. Default-constructed options specify that only standard JSON is produced.
Convenience header <boost/json.hpp>