I'm trying to send an array to the server with LitJson without any success :( I tryed to use the StringBuilder and the JsonWritter but the final Json string seems to be malformed ;
JsonData mess = new JsonData(); mess["_cmd"] = NOTIFTYPE.SENDNEWCHAR.ToString();