jsonfui jsonfui是一个交互式命令行JSON查看器。 安装 下载二进制 从GitHub下载(不需要node.js)。 npm发布 或者,通过npm安装(需要node.js): npm install -g jsonfui 用法 要启动jsonfui,请向其传递文件名: jsonfui /path/to/file.json 您也可以从标准输入而不是文件中读取: curl -s https://api.github.com/users/adrianschneider/repos | jsonfui 您也可以使用Enter写入stdout: # list repos, pick