我仍然无法在 linux 中解析 JSON 数据。我需要一个 linux 命令来将 Json 数据解析为可读字符串。
有人告诉我使用 underscore-cli。(https://npmjs.org/package/underscore-cli)
我安装并使用它,结果仍然不可读。
我的数据:“2005\u5e7405\u670812\u65e5(\u6728) 02\u664216\u5206”
根据此链接 http://json.parser.online.fr/
结果是“2005 年 05 月 12 日(木)02 时 16 分”
有没有其他方法来解析这个 Json 数据?请帮忙。