[#BloombergLP-bdljsn-Json-makeBoolean-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/Json.adoc[Json]::makeBoolean :relfileprefix: ../../../ :mrdocs: `makeBoolean` overloads == Synopses Declared in `<bdljsn_json.h>` Create an instance of type `bool` in this object and return a reference providing modifiable access to the created instance. Optionally specify `boolean` to initialize the `bool` created. This method first destroys the current value held by this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool& xref:BloombergLP/bdljsn/Json/makeBoolean-01.adoc[makeBoolean](); ---- [.small]#xref:BloombergLP/bdljsn/Json/makeBoolean-01.adoc[_» more..._]# Set the value of this object to be a "Boolean" value. Optionally specify the `value` of the "Boolean". [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool& xref:BloombergLP/bdljsn/Json/makeBoolean-02.adoc[makeBoolean](bool boolean); ---- [.small]#xref:BloombergLP/bdljsn/Json/makeBoolean-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#