/** * 字符串转换为JSON对象 * @param json 需要装换的字符串 */ export default function parse(json: string): any;