json是一种比xml更简短的数据文本表示方式:

{"addressbook": {"name""Mary Lebow",
    
"address": {
        
"street""5 Main Street"
        
"city""San Diego, CA",
        
"zip"91912,
    },
    
"phoneNumbers": [
        
"619 332-3452",
        
"664 223-4667"
    ]
 }
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
猜你喜欢
  • 2021-05-22
  • 2021-08-05
  • 2021-07-01
  • 2021-05-28
  • 2021-10-13
  • 2022-03-03
相关资源
相似解决方案