Linux 命令行显示未格式化的 json 数据
使用 json_reformat 格式化 json 后
这样显示非常便于数据分析,
只需要输出时使用管道重定向给 json_reformat 命令,
json_reformat 是 yajl 提供的一个工具,
yajl 是使用 C 开发的 JSON 分析库,
这个库可以用来分析和验证 json 数据,
另外一个特色是支持 stream 方式处理数据。
使用 apt show yajl-tools 查看包的详情如下:
Package: yajl-tools
Version: 2.1.0-3
Priority: extra
Section: universe/utils
Source: yajl
Origin: Ubuntu
Installed-Size: 49.2 kB
Depends: libc6 (>= 2.4), libyajl2 (>= 2.1.0)
Homepage: yajl
Download-Size: 7,792 B
APT-Manual-Installed: yes
Description: Yet Another JSON Library – tools
A small collection of tools that use the yajl library.
.
Current tools are:
json_reformat – beautifies or minimizes format of JSON data
json_verify – validates JSON data