test/json.h

changeset 44
3bac2715ccb9
parent 43
73c1ced3a620
child 46
96e139ab57f2
equal deleted inserted replaced
43:73c1ced3a620 44:3bac2715ccb9
45 CX_TEST(testObjectToJsonChildList); 45 CX_TEST(testObjectToJsonChildList);
46 46
47 CX_TEST(testJsonToSimpleObject); 47 CX_TEST(testJsonToSimpleObject);
48 CX_TEST(testJsonToObjectWithObjChild); 48 CX_TEST(testJsonToObjectWithObjChild);
49 CX_TEST(testJsonToObjectWithArray); 49 CX_TEST(testJsonToObjectWithArray);
50 CX_TEST(testJsonToObjectWithEmptyArray);
51 CX_TEST(testJsonToObjectWithNullArray);
50 52
51 53
52 #ifdef __cplusplus 54 #ifdef __cplusplus
53 } 55 }
54 #endif 56 #endif

mercurial