Пример #1
0
 public static void getFull(String path) {
   BerainResult<Map<String, String>> br = BerainHelper.getFull(path);
   renderJSON(br);
 }