Couldn't find anything related to this, I have a field in my database which is the inventory data, I have this array as string form:
[{type:'item_standard',name:'hdlred',label:'Xenon Vermelho',weight:1,rare:0,can_remove:1,price:93,count:3},
{type:'item_standard',name:'hdlred',label:'Xenon Vermelho',weight:1,rare:0,can_remove:1,price:93,count:3},]
I wonder how I can convert that so then I can loop through every index (Lua), sorry for this newbie question but I really am mocking myself for this...