pipr.tools
Pipes
Clean Email Strip formatting from pasted email for clean plain text Clean AI Output Clean plain text from ChatGPT or AI output Decode & Format JWT Decode a JWT and pretty-print header and payload Word Frequency Count word frequency in text

JSON → Table

Readable ASCII table from a JSON array

Format Text
Input119 chars
Output0 chars

Examples

Convert a JSON API response to a readable table for a report

Usage
"[{"name":"Alice","age":30,"city":"NYC"},{"name":"Bob","age":..." | json-to-csv | csv-to-table

Format product inventory JSON as a table for a Slack message

Usage
"[{"product":"Widget","price":9.99,"stock":150},{"product":"G..." | json-to-csv | csv-to-table

Display student grades JSON as a formatted table

Usage
"[{"student":"Emma","grade":"A","subject":"Math"},{"student":..." | json-to-csv | csv-to-table