Skip to main content

curl with pretty json outputs

Project description


Home Page: https://github.com/mitnk/curljson

Install
-------
::
$ pip install curljson

Usages
------
::
$ curljson -i https://httpbin.org/get
HTTP/1.1 200 OK
Connection: keep-alive
Server: gunicorn/19.8.1
Date: Mon, 23 Jul 2018 22:46:53 GMT
Content-Type: application/json
Content-Length: 166
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Via: 1.1 vegur

{
"headers": {
"Accept": "*/*",
"Host": "httpbin.org",
"User-Agent": "curl/7.43.0",
"Connection": "close"
},
"origin": "12.13.7.19",
"args": {},
"url": "https://httpbin.org/get"
}

$ echo '{"bin": "curl", "lang": "Python"}' | curljson
{
"lang": "Python",
"bin": "curl"
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

curljson-0.9.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page