# File lib/pry-remote-em/proto.rb, line 11
    def send_json(d)
      send_data(JSON.dump(d.is_a?(String) ? {:d => d} : d))
    end