Pretty dumps the given data to the given stream so that it looks pretty. If the data is a valid
JSON document then it will be indented before printing it. If the `jq` tools is available in the
path then it will be used for syntax highlighting.
Simple functions exactly the same as Pretty except it uses jq's -c option to condense the
output to a single line, intended to be used with other resources that require single line
output.