# File json/lexer.rb, line 35
    def initialize(s)
      @index = 0
      @source = s
    end