Answers for "curl beatify json"

1

curl pretty print json

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

curl post json object command

curl -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"id":100}' http://localhost/api/postJsonReader.do
Posted by: Guest on May-03-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language