[#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>` Replace this value with a default‐constructed `bool`. [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..._]# Replace this value with the specified `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..._]# == Return Value a reference providing modifiable access to the held `bool` == Parameters [cols="1,4"] |=== | Name| Description | *boolean* | boolean value to store |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#