This is the JSON, one of it:
{"c2dictionary":true,"data":{"id":"1","Item_Name":"BushFly","Image_Path":"h.png","Quantity":"1","Description":"Monster","Seller":"Garrison","Star_Cost":"1","Category":"Monster"}}
There will be many many more of this and I want to store them into a Single Array so that I can later extract one of the JSON out and put it into a Dictionary at a later runtime operation.
Anyone knows how to do this ?
Can Array in C2 Store JSONs or I have really hit a brick this time ?