[#BloombergLP-bdljsn-ReadOptions-2constructor-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/ReadOptions.adoc[ReadOptions]::ReadOptions :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdljsn_readoptions.h>` Create an object of type `ReadOptions` having the (default) attribute values: ` setAllowTrailingText() == false maxNestedDepth() == 64 ` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/ReadOptions/2constructor-06.adoc[ReadOptions](); ---- [.small]#xref:BloombergLP/bdljsn/ReadOptions/2constructor-06.adoc[_» more..._]# Create an object of type `ReadOptions` having the value of the specified `original` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/ReadOptions/2constructor-00.adoc[ReadOptions](xref:BloombergLP/bdljsn/ReadOptions.adoc[ReadOptions] const& original); ---- [.small]#xref:BloombergLP/bdljsn/ReadOptions/2constructor-00.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#