Return true if this JsonObject contains no elements, and false otherwise.
Synopsis
Declared in <bdljsn_json.h>
bool
empty() const noexcept;
Return Value
true if this JsonObject contains no elements, and false otherwise
Created with MrDocs