logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Format JSON Table - Print JSON Data in Terminal | Online Free DevTools by Hexmos

Format JSON table data instantly with jtbl. Display JSON or JSON Lines data as a formatted table in the terminal. Free online tool, no registration required.

jtbl

Utility to print JSON and JSON Lines data as a table in the terminal. More information: https://github.com/kellyjonbrazil/jtbl.

  • Print a table from JSON or JSON Lines input:

cat {{file.json}} | jtbl

  • Print a table and specify the column width for wrapping:

cat {{file.json}} | jtbl --cols={{width}}

  • Print a table and truncate rows instead of wrapping:

cat {{file.json}} | jtbl {{[-t|--truncate]}}

  • Print a table and don’t wrap or truncate rows:

cat {{file.json}} | jtbl {{[-n|--no-wrap]}}

See Also