getJson() public static method

Gets Json String of Object HyperSchema
public static getJson ( ) : string
return string
Example #1
0
 /**
  * Gets Json String of Object Links
  * @return string
  */
 public static function getJson()
 {
     return '{"href":"TestSample","rel":"TestSample","targetSchema":' . HyperSchemaTest::getJson() . ',"method":"TestSample","enctype":"TestSample","schema":' . HyperSchemaTest::getJson() . '}';
 }