Syntax
AddResponse(response)
Description
Use this method to add a Response object to the JSON Array.
Parameters
Name | Description |
---|---|
response | Specifies the response to add to the JSON Array as a Response object. |
Returns
None.
Example
Local PSM_JSON:Array &oArray = create PSM_JSON:Array();
&oArray.AddResponse(%Response);