@dcfjs/objpack
v1.0.1
Published
Basically it's same as msgpack v5, with some difference in spec:
Downloads
24
Readme
obj pack for dcf
Basically it's same as msgpack v5, with some difference in spec:
- byte 0xc1 is defined as "undefined"
- undefine value in object will not be ignored.
- NaN will not cause error.