![]() |
Home | Libraries | People | FAQ | More |
Maximum nesting level of arrays and objects.
std::size_t max_depth = 32;
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.