Jaguar-dart / jaguar_serializer

Format (JSON, XML, protobuf, mongodb, etc) and platform (server, client) agnostic serialization framework
172 stars 34 forks source link

Option to filter null fields on JSON #160

Closed jaumard closed 5 years ago

jaumard commented 5 years ago

Some backend make the difference between null and undefined, currently with the serializer we can't say to not send null value. Can be handy to avoid creating multiple model for the same call just to not have them on the generated json.

jaumard commented 5 years ago

already exist :)