[#BloombergLP-bdljsn-JsonObject-2constructor-03e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonObject.adoc[JsonObject]::JsonObject :relfileprefix: ../../../ :mrdocs: Create an empty `JsonObject` using the specified `basicAllocator`. == Synopsis Declared in `<bdljsn_json.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit JsonObject(xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator); ---- == Description Create an empty `JsonObject`. Use the specified `basicAllocator` to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used to supply memory. == Parameters [cols="1,4"] |=== | Name| Description | *basicAllocator* | memory allocator; null uses the default |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#