如果用JSON.pare('')会报错
    image.png
    应当写成 JSON.pare('""')

    其他字符串解析示例:

    • The empty object '{}'
    • The empty array'[]'
    • The string that is empty'""'
    • A number e.g. '123.4'
    • The boolean value true 'true'
    • The boolean value false'false'
    • The null value 'null'