Sends JSON data on the web socket connection.
data
void sendJson(final Map<String, dynamic> data) => send(jsonEncode(data).codeUnits);