# File lib/cucumber/wire_support/wire_packet.rb, line 21 def to_json packet = [@message] packet << @params if @params packet.to_json end