@@ -109,7 +109,7 @@ public class ViewController extends Controller {
}
-// this.renderJson(jsonArray);
+ this.renderJson(jsonArray);
} catch (Exception e) {
// TODO: handle exception
this.renderText(e.toString());