• How to pretty-print JSON script?

    时间:2021-07-23 01:49:26

    root@ubuntu:~#echo'{"foo":"lorem","bar":"ipsum"}'|json_pp{"bar":"ipsum","foo":"lorem"}root@ubuntu:~#echo'{"foo":"lorem","bar":"ipsum"}'|python-mjson.t...