Hi,
I want to test my server side code by supplying some test script parameters.
for example, an array of a the following object:
name: "andy"
age: "30"
sex: "male"
name: "dave"
age: "25"
sex: "male"
etc.....
Is it possible to pass this as a script parameter to enable me to test?
The code in the app will be passing the array object using a rest call to the server side code.