isNull

Navigation:  NxLib API > C++ Interface > NxLibItem >

isNull

Previous pageReturn to chapter overviewNext page

Returns whether the item is of type Null or not.

Signatures

Variants throwing exceptions on API errors:

bool isNull() const

Variants returning API errors as int* parameter:

bool isNull(int* returnCode) const

Parameters

returnCode

The error code returned when accessing the item.

Return Value

true if the item was of the corresponding JSON type, otherwise false