# File json/lexer.rb, line 45
    def more?
      return(@index < @source.length)
    end