Use the jc community.general Ansible filter plugin to parse the output of commands run on remote hosts.
Tag Archives: json
JC Version 1.13.1 Released
JC version 1.13.1 includes custom parser plugins, ping parser, sysctl parser, tracepath parser, traceroute parser, more FreeBSD support, new packaging, and more!
JC Version 1.11.1 Released
JC version 1.11.1 includes custom colors, dmidecode parser, enhanced netstat parser, more macOS support, new packaging, and more!
JC Version 1.10.2 Released
JC version 1.10.2 includes color support, axfr support for dig, and other parser updates.
Jello: The JQ Alternative for Pythonistas
jello works similarly to jq but uses the python interpreter, so you can iterate with loops, comprehensions, variables, expressions, etc. just like you would in a full-fledged python script.
JC Version 1.9.0 Released
JC version 1.9.0 now supports 50 parsers. New parsers include airport, file, ntpq, and timedatectl.
JSON Tables in the Terminal
jtbl is simple and elegant. It just takes in piped JSON or JSON Lines data and prints a table. There’s only one option to turn on column truncation vs. wrapping columns if the terminal width is too narrow to display the complete table. It ‘does the right thing’.
JC Version 1.8.0 Released
JC version 1.8.0 now supports 45 parsers. New parsers include blkid, last, lastb, who, /etc/passwd, /etc/shadow, /etc/group, /etc/gshadow, and CSV files along with other parser enhancements.
JC Version 1.7.1 Released
JC version 1.7.1 now supports 37 parsers. New parsers include id, crontab-u, INI, XML, and YAML. Other minor features and bug fixes included.
Silly Terminal Plotting with jc, jq, and jp
Fun at the command line plotting JSON values at the terminal with jc, jq, and jp.