Ejemplo n.º 1
0
        private void EndObject()
        {
            var res = _isInObject.Pop();

            if (res == false)
            {
                throw new FormatException("Expected array end but found an end of object.");
            }
            _reader.OnEndObject();
            _currentHandler = NextAttributeOrEndOfObject;
        }