postDouble method

double postDouble(
  1. String key
)

Implementation

double postDouble(String key){
  return toDouble(post(key).toString());
}