...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Parser options.
Defined in header <boost/json/parse_options.hpp>
struct parse_options;
Name |
Description |
---|---|
Non-standard extension option. |
|
Non-standard extension option. |
|
Non-standard extension option. |
|
Non-standard extension option. |
|
Non-standard extension option. |
|
Maximum nesting level of arrays and objects. |
|
Number pasing mode. |
Name |
Description |
---|---|
Set JSON parse options on input stream. |
This structure is used for specifying maximum parsing depth, and whether to allow various non-standard extensions. Default-constructed options set maximum parsing depth to 32 and specify that only standard JSON is allowed,
Convenience header <boost/json.hpp>