An open API service indexing awesome lists of open source software.

https://github.com/dcfjs/objpack

Pack complex object into a buffer to process combineWithKey
https://github.com/dcfjs/objpack

Last synced: 4 months ago
JSON representation

Pack complex object into a buffer to process combineWithKey

Awesome Lists containing this project

README

        

### obj pack for dcf

Basically it's same as msgpack v5, with some difference in spec:

1. byte 0xc1 is defined as "undefined"
2. undefine value in object will not be ignored.
3. NaN will not cause error.