How to parse a "Mysql result JSON String" in Javascript?

Posted by user330429 on Stack Overflow See other posts from Stack Overflow or by user330429
Published on 2010-05-06T19:02:23Z Indexed on 2010/05/06 19:08 UTC
Read the original article Hit count: 153

Filed under:
|
|
|
|

Is there a way to convert it into object form? So that each field of the result can be accessed results[i].field where i is the number of records in the mysql result..

This is my JSON String http://pastebin.com/Cky1va3K

© Stack Overflow or respective owner

Related posts about JSON

Related posts about JavaScript