flyx / NimYAML

YAML implementation for Nim
https://nimyaml.org
Other
186 stars 36 forks source link

Change serialization to omit `none(T)` fields of sparse objects #100

Closed quantimnot closed 2 years ago

quantimnot commented 2 years ago

I did this because I wanted a clean dump without all those nasty !!null ~'s that made my eyes weep. Let me know if this a no no, utter crap, or if should be behind a flag.

By the way, thank you very much for this excellent library. I use it all the time.

quantimnot commented 2 years ago

Please take another look. The force push was to amend the commit message.

flyx commented 2 years ago

Appreciated. Thanks!