All Posts programming jc: convert the output of multiple commands to JSON

jc: convert the output of multiple commands to JSON

· 112 words · 1 minute read

jc is a command-line program to convert the output of multiple commands to JSON.

Convert command output to JSON via pipe:

ifconfig | jc --ifconfig

Convert command output to JSON via magic syntax:

jc ifconfig

Output pretty JSON via pipe:

ifconfig | jc --ifconfig -p

Output pretty JSON via magic syntax:

jc -p ifconfig

More information: https://github.com/kellyjonbrazil/jc .

I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .