0.1.3 • Published 11 years ago

zson v0.1.3

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

ZSON - zipped streaming object notation

Introduction

ZSON is a yet-another binary object notation similar to BSON or MessagePack. The difference from the two are that ZSON is designed to be streamable while being compact.

LICENSE

ZSON is licensed under the MIT License.

Format

Examples

0xfc 0x68 0x65 0x6c 0x6c 0x6f 0xff                      -- "hello"
0xfd 0x01 0x7f 0x81 0x00 0xff                           -- [ 1, -1, 256 ]
0xfe 0xf5 0x63 0x6f 0x6d 0x70 0x61 0x63 0x64 0xff 0xff  -- {"compact":true}
0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago