Skip to content

Instantly share code, notes, and snippets.

@said-and-done
Created March 27, 2014 11:33
Show Gist options
  • Save said-and-done/9805586 to your computer and use it in GitHub Desktop.
Save said-and-done/9805586 to your computer and use it in GitHub Desktop.
compression ratio of JSON output: 95%
$ curl -s "https://codan.local../api/filtered.json" | gzip -> out.json; gzip --list out.json
compressed uncompressed ratio uncompressed_name
17.9 KB 381.4 KB 95.3% out.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment