Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

SRP_JsonX_Members crash

I have found that when I use SRP_JsonX_Members(Path) and the Path points to an Array that OpenInsight will crash. If I append [1] (or any other valid index number of the array) then it will return the members.

For Example, if "returnData" points to an Array in the json Data
Response = SRP_JsonX_Members("returnData") ; // This will crash OI
Response = SRP_JsonX_Members("returnData[1]") ; // This will return members as expected

Comments

Sign In or Register to comment.