compression
5 tools tagged "compression".
JSON Minifier
Strip whitespace from JSON to reduce payload size.
Open toolXML Minifier
Strip whitespace from XML to shrink it down to the smallest valid form.
Open toolList Compressor
Gzip-compress a list's text with the browser's real CompressionStream API and download it as a .gz file.
Open toolBinary RLE Decoder
Decode run-length-encoded count-bit tokens like '3x1 5x0 2x1' back into a binary string.
Open toolBinary RLE Encoder
Run-length encode a binary string into count-bit tokens like '3x1 5x0 2x1'.
Open tool