AmitKumarDas / metac

It is metacontroller and more
Apache License 2.0
57 stars 16 forks source link

add omitempty json tags against fields of advanced selector #126

Closed AmitKumarDas closed 4 years ago

AmitKumarDas commented 4 years ago

All the fields present in advanced selector are optional. It will be good to omit these null-able field(s) during marshal if they are not set.

AmitKumarDas commented 4 years ago

I have started working on this!

AmitKumarDas commented 4 years ago

:tada: This issue has been resolved in version 0.2.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: