thriftrw / thriftrw-node

A thrift binary encoding library using bufrw
MIT License
57 stars 25 forks source link

Allow undefined to be default value rather than null #147

Closed mattgode closed 7 years ago

mattgode commented 7 years ago

We would rather lose structure and allow undefined to be our default value in some circumstances (when serializing to JSON). Add ability to optionally use undefined as the default value.

kriskowal commented 7 years ago

Can you follow-up with an update for the change log?