Created
March 27, 2014 11:33
-
-
Save said-and-done/9805586 to your computer and use it in GitHub Desktop.
compression ratio of JSON output: 95%
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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