Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between jsonstring and json object [duplicate]

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

like image 503
Rose Avatar asked Nov 10 '11 09:11

Rose


1 Answers

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.

like image 72
Kevin Anthony Oppegaard Rose Avatar answered Oct 19 '22 19:10

Kevin Anthony Oppegaard Rose