getJson() public static method

Gets Json String of Object Presentation
public static getJson ( ) : string
return string
 /**
  * Gets Json String of Object WebProfile
  * @return string
  */
 public static function getJson()
 {
     return '{"id":"TestSample","name":"TestSample","temporary":true,"flow_config":' . FlowConfigTest::getJson() . ',"input_fields":' . InputFieldsTest::getJson() . ',"presentation":' . PresentationTest::getJson() . '}';
 }