{"Row":{"id":"1","Item_Name":"Bushfly","Image_Path":"Monsters/Bushfly.png","Quantity":"1", "Description":"It's a Monster.","Seller":"Mr. Garrison","Star_Cost":"1","Category":"Monster"},"Row":{"id":"2","Item_Name":"Jebbie","Image_Path":"Monsters/Jebbie.png","Quantity":"1", "Description":"","Seller":"","Star_Cost":"1","Category":"Monster"}}
I am so stuck I can't even see tomorrow, so I loaded this data into a String variable.
Construct 2 doesn't have a JSON object so I was hoping is there a way I could retrieve Row[1].Item_Name ? Result will be Jebbie since start from Zero.
I really need help please someone help me.