Create an empty JsonArray.
Synopsis
Declared in <bdljsn_json.h>
JsonArray();
Description
Create an empty JsonArray. Optionally specify a basicAllocator used to supply memory. If basicAllocator is not specified, the currently installed default allocator is used.
Created with MrDocs