WIP on JSON refactor

This commit is contained in:
Rob Bygrave
2014-06-28 03:09:10 +12:00
parent 7966d74eb3
commit 0ceda6406e
52 changed files with 1583 additions and 174 deletions
@@ -44,8 +44,8 @@ public class TestTextJsonSimple extends BaseTestCase {
});
// String s = json.toJsonString(list, true);
String s = json.toJsonString(list, true, options);
String s = json.toJsonString(list, true);
// String s = json.toJsonString(list, true, options);
System.out.println(s);