js json

json转对象

str.parseJSON()
JSON.parse(str)


对象转json

obj.toJSONString()
JSON.stringfy(obj)