# File lib/faraday/response/yajl.rb, line 15
    def initialize(app)
      super
      @parser = nil
    end