logicslab Posted December 15, 2010 Share Posted December 15, 2010 Hi pals , 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":"0000-00-00 00:00:00","lastname":"Administrator","email":"fred@websecurify.com", "usergroup_id":"1","status":"1","ip_enable":"N","priv":"0","expire":""},"data":{ "1":{"5":{"last_update":"2010-12-13 16:16:16","status":"0"},"3":{"last_update":"2010-12-13 16:41:48","status":"1"}},"2":{"6":{"last_update":"2010-12-13 16:41:48","status":"1"}}},"server_array":[{"id":"1","name":"anes.yyy.net"},{ "id":"2","name":"neseema.xxx.net"}],"service_array":[{"id":"5","name":"POP3"}, {"id":"6","name":"Cpanel"},{"id":"3","name":"SMTP"}],"sort_by":"servername", "sort_order":"ASC","pagelinks":"","totrows":"2","offset":"0","limitvalue":"10", "rows_monitor":2,"current":"monitor","uri":false} Friends How to Parse this and take the Results for further processing in javascript.... I am waiting to hear from you Soon.. Regards Anes P.A Quote Link to comment Share on other sites More sharing options...
trq Posted December 15, 2010 Share Posted December 15, 2010 It's not exactly formatted in a way anyone can read it. Care to fix? Quote Link to comment Share on other sites More sharing options...
logicslab Posted December 15, 2010 Author Share Posted December 15, 2010 Hi Thorpe, I got the Solution, I just parse that manually Without Use eval() or json2.js library. Parsing normally is nice one, thanks for your apt Reply Regards Anes P.A Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.