7
matwx
4y

I'm doing work during the weekend. Just to parse this line of json.

Argh, what drive me nuts is after discovering that json response wasn't proper.
*sample - from what i seen*
{
head= {
data=value,
data=value,
}
}

This is my first time seeing json response with =. Since my assignment is to retrieve the response.

I cheated by calling replace over and over to correct the string of response to correct json format.

That is actually production stuff. Knowing that makes me sick to the stomach.

Comments
Add Comment