json转字符串

JSON.stringify(a);

字符串转json

JSON.parse(a);