| 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); |
50 CX_TEST(testJsonToObjectWithEmptyArray); |
| 51 CX_TEST(testJsonToObjectWithNullArray); |
51 CX_TEST(testJsonToObjectWithNullArray); |
| |
52 CX_TEST(testJsonToListEmpty); |
| |
53 CX_TEST(testJsonToListNull); |
| |
54 CX_TEST(testJsonToList); |
| 52 |
55 |
| 53 |
56 |
| 54 #ifdef __cplusplus |
57 #ifdef __cplusplus |
| 55 } |
58 } |
| 56 #endif |
59 #endif |