18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
How do I use the sahi object to iterate & get the values from a json
hi,
I am using sahi pro version & I am able to get the json object & store it to a variable like:
var $jsonObj = _readURL("http://xyz.com/search"
;
_alert($jsonObj);
But I am not sure how to iterate & check wheather the JSON has that particular field?
Any help would be appreciated.
Thanks,
Uma shankar
I am using sahi pro version & I am able to get the json object & store it to a variable like:
var $jsonObj = _readURL("http://xyz.com/search"
_alert($jsonObj);
But I am not sure how to iterate & check wheather the JSON has that particular field?
Any help would be appreciated.
Thanks,
Uma shankar
Answers