Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 205 Bytes

File metadata and controls

7 lines (5 loc) · 205 Bytes

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.