mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
WIP on JSON refactor
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user