Beispiel #1
0
 public double getDouble(String key) {
   Object o = get(key);
   return JSONConversion.convertDouble(o);
 }