public void GDID_JSON_1() { var gdid = new GDID(2, 3, 57); var s = gdid.ToJSON(); Console.WriteLine(s); Assert.AreEqual("\"2:3:57\"", s); }