Skip to content

jshn.sh: Add pretty-printing to json_dump

Alexander Couzens requested to merge patchwork-pretty-print into master

If a JSON file might be read by a human, say for debugging, it could be useful to pretty-print it. We do this in places by calling "json_dump -i" but it shouldn't be necessary to know the arguments to "jshn" (and indeed, that's not portable if we retool the underlying implementation). Conversely output that's ephemeral doesn't need to be pretty (say being piped as input to another command).

Signed-off-by: Philip Prindeville philipp@redfish-solutions.com

Merge request reports