isListOfObjects method

bool isListOfObjects()

Implementation

bool isListOfObjects() {
  return isArray() && !isListOfPrimitives();
}