first method
Returns an iterator for the items in the collection.
Implementation
@override
IIterator<IJsonValue> first() => _iVector.first();
Returns an iterator for the items in the collection.
@override
IIterator<IJsonValue> first() => _iVector.first();