Belirsiz açıklama için özür dilerim, benim İngilizcem iyi değil.
My problem is that I want to decode a string, and this string has nested content delimited by {}.
For example:
Dize:
{any string0{any string 00{any string 000....}}}{any string1}any string.
Sonuç Ben almak istiyorum:
array[0] = {any string0{any string 00{any string 000....}}}
array[1] = {any string1}
Ben yeterince açıktır umarım.