【问题标题】:Difference between jsonstring and json object [duplicate]jsonstring和json对象之间的区别[重复]
【发布时间】:2011-12-26 00:00:18
【问题描述】:

可能重复:
What is the difference between JSON and Object Literal Notation?

谁能告诉我JSON字符串和JSON对象的区别?

谢谢

【问题讨论】:

标签: string json object


【解决方案1】:

Json 对象是从服务器解析的对象。然后,您需要评估 Object 以将其转换为 String,然后您可以对其进行操作以检索所需的信息。

【讨论】:

  • 感谢 Dev 和 Kevin。这里是 Json 示例
    {"id":1,"method":"myMessage","params":["{\"user\":\"Test\",\"message\":\"This is Cool\"}"]}
猜你喜欢
  • 2015-12-16
  • 1970-01-01
  • 1970-01-01
  • 2016-04-02
  • 1970-01-01
  • 1970-01-01
  • 2013-01-10
  • 2016-04-20
  • 1970-01-01
相关资源
最近更新 更多