Replace this value with a default‐constructed JsonObject.

Synopsis

Declared in <bdljsn_json.h>

JsonObject&
makeObject();

Description

Create an instance of type JsonObject in this object, using the allocator currently held by this object to supply memory, and return a reference providing modifiable access to the created instance. This method first destroys the current value held by this object (even if the type currently held is JsonObject).

Return Value

a reference providing modifiable access to the held JsonObject

Created with MrDocs