Possible Duplicate:
What is the difference between JSON and Object Literal Notation?
Can anyone tell me the difference between JSON string and JSON object?
Thanks
Possible Duplicate:
What is the difference between JSON and Object Literal Notation?
Can anyone tell me the difference between JSON string and JSON object?
Thanks
A Json Object is an object as parsed from a server. You then need to evaluate the Object to convert it into a String which you can then manipulate to retrieve the requited information.