Difference between jsonstring and json object
Possible Duplicate:
What is the difference between JSON and Object Literal Notation?
谁能告诉我JSON字符串和JSON对象之间的区别?
谢谢
-
stackoverflow.com/questions/2904131/
Json对象是从服务器解析的对象。 然后,您需要评估Object以将其转换为String,然后您可以对其进行操作以检索所请求的信息。
-
谢谢Dev和Kevin.Here是样本Jsons
{"id":1,"method":"myMessage","params":["{"user":"Test","message":"This is Cool"}"]}