Comment on Easy CLI JSON FormattingparentComments−js213yEmit the headers to stderr? curl -v -s "$url" | python -mjson.tool curl -D /dev/stderr -s "$url" | python -mjson.tool
Comments
Emit the headers to stderr?