JSON is a file format for the system, but human readability is not painful so much because the readability is not so bad. However, it is better to have shaping and more search tools.
This time we will introduce jd, a tool for reading and writing such JSON.
How to use jd
I started it. The part that matches the character at the top is highlighted.
If the key is a hash, the whole part highlights.
You can drill down to the second key.
You can also edit it.
It saved as it was.
With jd you can display the JSON structure in an easy-to-understand manner, and you can edit only the necessary parts while further searching. It will be easy to understand because you can narrow down the processing target interactively. Since it is a CLI tool, it is a point that you can pass standard output and the result of acquisition with curl as it is.
jd is Go's open source software (MIT License).
No comments:
Post a Comment