예제 #1
0
 public String getString(String key) {
   Object o = get(key);
   return JSONConversion.convertString(o);
 }