[#BloombergLP-bdljsn-Json_Initializer-2constructor-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/Json_Initializer.adoc[Json_Initializer]::Json_Initializer :relfileprefix: ../../../ :mrdocs: Create a `Json_Initializer` holding the specified boolean `value`. == Synopsis Declared in `<bdljsn_json.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_BOOL> Json_Initializer(t_BOOL value) requires bsl::is_same<t_BOOL, bool>::value; ---- == Description Create a `Json_Initializer` object containing the boolean value of the specified `value` in the internal variant. Note that (template parameter) `t_BOOL` must be `bool`; types that convert to `bool` (e.g., pointers) are disallowed. == Parameters [cols="1,4"] |=== | Name| Description | *value* | boolean value to store |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#