json轉字符串 —— jsonObj.toJSONString()與JSON.stringify(jsonObj)json to string

 json 轉變成 string方法介紹:git

var  people = { "programmers": [{ "firstName": "Brett", "lastName": "McLaughlin", "email": "aaaa" }, { "firstName": "Jason", "lastName": "Hunter", "email": "bbbb" }, { "firstName": "Elliotte", "lastName": "Harold", "email": "cccc"}],
    "authors": [{ "firstName": "Isaac", "lastName": "Asimov", "genre": "science fiction" }, { "firstName": "Tad", "lastName": "Williams", "genre": "fantasy" }, { "firstName": "Frank", "lastName": "Peretti", "genre": "christian fiction"}],
    "musicians": [{ "firstName": "Eric", "lastName": "Clapton", "instrument": "guitar" }, { "firstName": "Sergei", "lastName": "Rachmaninoff", "instrument": "piano"}]
};
alert(JSON.stringify(people));

 

上面的, 只能在IE8或者以上, Firefox下運行github

方法toJSONString() , 必需要引入https://github.com/douglascrockford/JSON-js/blob/master/json.jsjson

侷限性都比較大ui

相關文章
相關標籤/搜索