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 an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
parse_options::max_depth

Maximum nesting level of arrays and objects.

Synopsis
std::size_t max_depth = 32;
Description

This specifies the maximum number of nested structures allowed while parsing a JSON. If this limit is exceeded during a parse, an error is returned.

See Also

basic_parser, stream_parser.


PrevUpHomeNext