polydawn / refmt

Object mapping for golang.
MIT License
48 stars 14 forks source link

option to decode CBOR's undefined to null #45

Closed warpfork closed 5 years ago

warpfork commented 5 years ago

This is https://github.com/polydawn/refmt/pull/44 (thanks @Stebalien !) plus another commit to add a flag in cbor.DecodeOptions to decide whether or not you want "undefined" to be coerced to a null token. The default is to error.