# File lib/gherkin/formatter/json_formatter.rb, line 15
      def feature(statement, uri)
        @json_hash = statement_hash('feature', statement)
        @json_hash['uri'] = uri
      end