Create an empty JsonObject.

Synopsis

Declared in <bdljsn_json.h>

JsonObject();

Description

Create an empty JsonObject. Optionally specify the basicAllocator used to supply memory. If basicAllocator is not specified, the currently installed default allocator is used to supply memory.

Created with MrDocs