MarcosLopezC / LightJson

A simple JSON library for C#.
MIT License
60 stars 21 forks source link

Add method `AddIfNotNull`. #21

Closed MarcosLopezC closed 7 years ago

MarcosLopezC commented 7 years ago

Add the method AddIfNotNull to JsonObject and JsonValue. This method will add an item to its collection if the value is not null.

MarcosLopezC commented 7 years ago

This feature was added in commit add734c76c61173962db0192775999fbc1e92e75.