[Python] standard library json formatting Tool
During this period of time, the tasks are messy, some time is being done for O & M, and some time is being done for development. It is always too anxious and I always feel that many tasks are not very satisfactory. We still need to calm down and think about it. We need to spend more time improving, restructuring, and thinking. Software development is never a matter of writing code, so it's easy to complete functions-orangeleliu
Today, I attended a python speech at youtobe, And then I checked what I was talking about. I just turned to the python source code on github and clicked the json one, I saw a good thing and I didn't know it before... You can also find the python formatting tool on the webpage every time.
$ Echo '{"json": "obj"}' | python-m json. tool {"json": "obj "}
Is it a little hacking? Hey (I'm a little low ).