# File lib/cucumber/formatter/json.rb, line 105
      def table_cell_value(value, status)
        @current_row[:cells] << {:text => value, :status => status}
      end