<万博manbetx平台>json 定义 - 万博manbetx平台中文网

json 定义

json一些实例定义

我们知道
xml的写法:


 
  Michael
  [email protected]
  https://www.jialing.net
 


 
  John
  [email protected]
  https://www.john.com
 


  
  Peggy
  [email protected]
  https://www.peggy.com
 





那json怎么写呢?
JSON:

[
{
 name:"Michael",
 email:"[email protected]",
 homepage:"https://www.jialing.net"
},
{
 name:"John",
 email:"[email protected]",
 homepage:"https://www.jobn.com"
},
{
 name:"Peggy",
 email:"[email protected]",
 homepage:"https://www.peggy.com"
}
]

可以很明显的看出:
JSON的格式:
1,对象:
{name:"Peggy",email:"[email protected]",homepage:"https://www.peggy.com"}
{ 属性 : 值 , 属性 : 值 , 属性 : 值 }
2,数组是有顺序的值的集合。一个数组开始于"[",结束于"]",值之间用","分隔。
[
{name:"Peggy",email:"[email protected]",homepage:"https://www.peggy.com"}, {name:"Peggy",email:"[email protected]",homepage:"https://www.peggy.com"},
{name:"Peggy",email:"[email protected]",homepage:"https://www.peggy.com"}
]
3, 值可以是字符串、数字、true、false、null,也可以是对象或数组。这些结构都能嵌套。
本篇文章来源于 cssrain.cn 原文链接:https://www.cssrain.cn/article.asp?id=488

以上就是json 定义的详细内容,更多请关注万博manbetx平台中文网其它相关文章!

赞(0) 打赏
未经允许不得转载:万博manbetx平台中文网首页 » JSON 答疑

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

前端开发相关广告投放 更专业 更精准

联系我们

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏