1. json字符串 jsStr = “{"a":'xxx', "b":'yyy'}”
JSON.parse(jsStr); //可以将json字符串转换成json对象
//JSON.stringify(jsStr); //可以将json对象转换成json对符串