前言

验证JSON文件内容

下载依赖

MacOS

1
brew install jq

验证JSON文件内容

<file>.json:被验证的JSON文件

1
jq . <file>.json

完成

参考文献

selierlin的博客