public void RawToObject() { JRaw r1 = new JRaw("1"); int i = r1.ToObject <int>(); Assert.AreEqual(1, i); }