getDouble method

double getDouble(
  1. String key
)

Implementation

double getDouble(String key){
  return toDouble(get(key).toString());
}