Js对象与Json字符串的互转

1.JavaScript对象转Json字符串

JSON.stringify(js对象)

2.Json字符串转JavaScript对象

JSON.parse(json字符串)