# File json/lexer.rb, line 41
    def back
      @index -= 1 if @index > 0
    end