Forum Discussion
Philip_Baird
12 years agoCommunity Hero
Hi Stephen, I think the problem you are having is that the objects supplied from the object spy on screen are NOT JScript objects and you cannot use native JScript to parse them.
What you can use is aqObject which provides properties and methods that allow you to iterate over, and get property values for, Test Completes objects.
You could then transform the Test Complete objects to native JScript objects which you can pass to json2.js or some other JSON parser.
Regards,
Phil Baird