I have a problem... I have the following variable (type: string): {"friendCount":5,"pnCount":0,"allCount":5}
My goal is it, to have 3 variables with friendCount, pnCount and allCount and i don't know, how I can do this. This looks as an object, but it's only a string (planned)
I think that I have to do it with RegEx or something but I have no further Idea...
The numbers in the string may be between 0 and about 100
I hope, that you understand my problem and can help me :)