[#BloombergLP-bdljsn-JsonObject_MemberInitializer] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::JsonObject_MemberInitializer :relfileprefix: ../../ :mrdocs: This component‐private class is designed capture a set of values that can be used to initialize an element in a `JsonObject`. The purpose here is to enable list‐initialization (including nested lists) of JSON objects. == Synopsis Declared in `<bdljsn_json.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class JsonObject_MemberInitializer; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdljsn/JsonObject_MemberInitializer/2constructor-05.adoc[`JsonObject_MemberInitializer`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdljsn/JsonObject_MemberInitializer/key.adoc[`key`] | Return the key that the object was created with. | xref:BloombergLP/bdljsn/JsonObject_MemberInitializer/value.adoc[`value`] | Return a reference providing non‐modifiable access to the value that the object was created with. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#