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