getJson() public static method

Gets Json String of Object AgreementTransaction
public static getJson ( ) : string
return string
 /**
  * Gets Json String of Object AgreementTransactions
  * @return string
  */
 public static function getJson()
 {
     return '{"agreement_transaction_list":' . AgreementTransactionTest::getJson() . '}';
 }