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
- Host: GitHub
- URL: https://github.com/dcfjs/objpack
- Owner: dcfjs
- Created: 2018-12-24T09:32:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T09:13:57.000Z (over 6 years ago)
- Last Synced: 2025-02-21T19:39:49.594Z (4 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.