for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SugarAPI\SDK\Response;
use SugarAPI\SDK\Response\Abstracts\AbstractResponse;
class JSON extends AbstractResponse {
/**
* Get JSON Response
*/
public function json(){
__construct()
return $this->body;
}
* @inheritdoc
public function getBody() {
return json_decode($this->body);