I am really stuck in parsing a JSON string and take it\'s values. I got the JSON string as
{\"user\":{\"id\":\"1\",\"firstname\":\"Freelogin\",\"created\":\
You should use jQuery.parseJSON. It will use native JSON if available, and only use eval if necessary, after a sanity check.
eval