# File lib/gherkin/formatter/json_formatter.rb, line 37
      def step(statement, multiline_arg, result)
        @table_container = statement_hash(nil, statement).merge(step_arg_to_hash(multiline_arg))
        last_element['steps'] ||= []
        last_element['steps'] << @table_container
      end