Compression time

-

Size reduced by

-

Invalid JSON

Input your own JSON and try it out!

What is this?

Zipson is a drop-in alternative to JSON.parse/stringify with added compression and streaming support.

Check out zipson on github for more details.

Quick start

npm install zipson
import { stringify, parse } from 'zipson';
parse(stringify(data));

Features