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

Flatten & Sort JSON

Sorted dot-notation view of nested JSON

Format Text
Input0 chars
Output0 chars

Examples

Flatten nested user JSON for a spreadsheet import

Usage
"{"user":{"name":"Alice","address":{"city":"NYC","zip":"10001..." | json-flatten | sort-lines

View all config keys in sorted dot-notation for review

Usage
"{"server":{"host":"api.example.com","ports":{"http":80,"http..." | json-flatten | sort-lines

Flatten an order receipt JSON for logging

Usage
"{"order":{"id":789,"items":{"widget":{"qty":2,"price":9.99},..." | json-flatten | sort-lines