示例#1
0
 public boolean getBoolean(String key) {
   Object o = get(key);
   return JSONConversion.convertBoolean(o);
 }