什么是JSON

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

{"addressbook": {"name""Mary Lebow",
    
"address": {
        
"street""5 Main Street"
        
"city""San Diego, CA",
        
"zip"91912,
    },
    
"phoneNumbers": [
        
"619 332-3452",
        
"664 223-4667"
    ]
 }
}
posted @ 2008-08-01 14:47  玉开  阅读(648)  评论(1编辑  收藏  举报