Ben ürünleri oluşan bir dize bölmek istiyorum. Her ürün {..} içinde encloded ve virgül ile ayrılır.
Örneğin, ben aşağıda bir StrIn var.
[
{\"productid\" : \"prod:kj42j3d24-47c2-234lkj2-e3c2-cfc9a4a3b005\",\"memo\" : \"
product description
\",\"taxable\" : 0,\"unitweight\" : 0,\"unitcost\" : 0,\"unitprice\" : 12.34,\"quantity\" : 1.00},
{\"productid\" : \"prod:k324jl-462d-e589-aecf-32k4j\",\"memo\" : \"
prodict description
\",\"taxable\" : 0,\"unitweight\" : 0,\"unitcost\" : 0,\"unitprice\" : 12.23,\"quantity\" : 1}
]
ve bir dizi farklı indeksler halinde her ürün ayırmak istiyorum. Teşekkürler.