spc476 / CBOR

The most comprehensive CBOR module in the Lua universe.
GNU Lesser General Public License v3.0
22 stars 3 forks source link

support array tables with nil-values inside #6

Closed bambr closed 4 years ago

bambr commented 4 years ago

Fix for encoding and decoding arrays holding null values in the middle, both for cbor and cbor_s modules. The problem with trainling null values looks unsolvable when using native lua nil values.

bambr commented 4 years ago

Hello. Please take a look to the tests to see the cases which are fixed here.