Answers for "curl result into pretty json"

1

curl pretty print json

echo '{"foo": "lorem", "bar": "ipsum"}' | jq
Posted by: Guest on December-18-2020
0

curl json output pretty print

curl http://localhost:8880/test.json | npx json
Posted by: Guest on April-23-2022

Browse Popular Code Answers by Language