[#BloombergLP-bdljsn-Json-theBoolean-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/Json.adoc[Json]::theBoolean :relfileprefix: ../../../ :mrdocs: `theBoolean` overloads == Synopses Declared in `<bdljsn_json.h>` Return a reference providing modifiable access to the value of type `boolean` held by this object. The behavior is undefined unless `isBoolean()` returns true. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool& xref:BloombergLP/bdljsn/Json/theBoolean-0e.adoc[theBoolean](); ---- [.small]#xref:BloombergLP/bdljsn/Json/theBoolean-0e.adoc[_» more..._]# Return a reference providing non‐modifiable access to the value of type `boolean` held by this object. The behavior is undefined unless `isBoolean()` returns true. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool const& xref:BloombergLP/bdljsn/Json/theBoolean-03.adoc[theBoolean]() const; ---- [.small]#xref:BloombergLP/bdljsn/Json/theBoolean-03.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#