[#BloombergLP-baljsn-ConvertFromJsonOptions-setMaxDepth] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/ConvertFromJsonOptions.adoc[ConvertFromJsonOptions]::setMaxDepth :relfileprefix: ../../../ :mrdocs: Set the `maxDepth` attribute of this object to the specified `value`. The behavior is undefined unless `0 <= value`. == Synopsis Declared in `<baljsn_convertfromjsonoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setMaxDepth(int value); ---- == Parameters [cols="1,4"] |=== | Name| Description | *value* | new value for `maxDepth` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#