예제 #1
0
 public static void Run(IJsonContext ctx)
 {
     ctx.TestString();
     ctx.TestInt();
     ctx.TestIntNullable();
     ctx.TestLong();
     ctx.TestLongNullable();
     ctx.TestGuid();
     ctx.TestGuidNullable();
     ctx.TestChar();
     ctx.TestCharNullable();
     ctx.TestListOfInt();
     ctx.TestListOfListOfString();
     ctx.TestDictionaryOfIntInt();
     ctx.TestDictionaryOfStringInt();
     ctx.TestArray();
 }