Map<String, Object> book1 = maps.get(0);
Assert.assertEquals("Sayings of the Century", book1.get("title"));
reportQuery = new ReportQueryImpl("", "parameter=param1 $", "json", null, null);
maps = jsonDataLoader.loadData(reportQuery, rootBand, params);
Map<String, Object> map = maps.get(0);
Assert.assertEquals("red", map.get("store.bicycle.color"));