...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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>