示例#1
0
 public List getList(String key) {
   Object o = get(key);
   return JSONConversion.convertList(o);
 }