Flatten & Sort JSON
Sorted dot-notation view of nested JSON
Format TextHow it works
$ json-flatten | sort-lines 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