class Cucumber::WireSupport::WirePacket

def to_json

def to_json
  packet = [@message]
  packet << @params if @params
  packet.to_json
end