Best Way To Pretty Print (Format) JSON On The Command-Line
Developers tend to work with APIs a lot and these days most of these APIs are JSON. These JSON strings aren't exactly easy to read unless they are formatted well. There are many services online that can pretty print JSON for you, but that's annoying. I love the command-line and whenever I am playing with new APIs or writing my own I mostly use CURL which means I need a good way to pretty print my JSON on the command-line. It should be simple, quick, easy to remember, easy to install – we're not trying to solve complex algorithms, just format some JSON.
Read full article from Best Way To Pretty Print (Format) JSON On The Command-Line
No comments:
Post a Comment