Transmited html with php json_encode problem?

In JavaScript Object Notation (JSON) slashes are escaped with backslashes, so br is valid JSON br isn't.

In JavaScript Object Notation (JSON) slashes are escaped with backslashes, so is valid JSON, isn't. If you want to work with JSON values you have to decode it: result = JSON. Parse(result); // or result = eval(result); // simple but maybe unsecure!

What is JSON. Decode? Which extension jquery?

I'm receiving the data as json with jquery $. Post("url",{params},callback,"json"); – Ahmed safan Feb 2 '11 at 13:22 Okay, it's JSON.parse(). Have a look at this: stackoverflow.com/questions/4846069/… .

I don't know how to handle JSON in jQuery. – Floern Feb 2 '11 at 13:52 More correctly, it's a string in JSON that's backslash-escaped, not the actual JSON code itself. – zanlok Feb 2 '11 at 13:56.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions