private void BeforeValue() { if (_state.InArray) { if (_state.ArrayHasItems) { _tw.NextArrayItem(); } else { _state.ArrayHasItems = true; } } }