INTRO    DEMO    PROJECTS    SPEC

Intro

Zipack is an efficient binary serialization format which beats JSON. It's small, fast and compact using prefix-based Huffman encoding. In depth, Zipack adopts a better algorithm for String&Number instead of UTF-8 and IEEE Floating Point. See details in Spec.

Try it!

JSON:

Zipack:

Projects

JavaScript Implementation in JavaScript by Jimmy
  
Contribute Submit your project following the Spec