bodyAsBoolean method

bool bodyAsBoolean()

Implementation

bool bodyAsBoolean() {
  return bool.parse(data);
}