Var/JSON changes

- JSON support for Dynamic Struct and Array
- added VarIterator
- modified behavior of empty Var
This commit is contained in:
Aleksandar Fabijanic
2013-05-27 21:00:14 -05:00
parent 1f8fcaacc0
commit 38131d452d
42 changed files with 1878 additions and 308 deletions

View File

@@ -75,6 +75,7 @@ public:
void testDoubleElement();
void testOptValue();
void testQuery();
void testComment();
void testPrintHandler();
void testStringify();
void testStringifyPreserveOrder();