serialize_options
Serialize options.
Synopsis
Defined in header <boost/json/serialize_options.hpp>.
struct serialize_options;
Data Members
Name | Description |
---|---|
Non-standard extension option. |
Friends
Name | Description |
---|---|
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
Convenience header <boost/json.hpp>.