Appends an item to the end of the vector.
@override void append(IJsonValue value) => _iVector.append(value);