Tests for emptiness.

Synopsis

Declared in <folly/json/dynamic.h>

bool
empty() const;

Description

Returns: true if this dynamic is null, an empty array, an empty object, or an empty string.

Return Value

True if this dynamic is null or an empty container or string. methodset Container

Created with MrDocs