Azure / azure-functions-java-library

Contains annotations for writing Azure Functions in Java
MIT License
42 stars 42 forks source link

Return POJO misses null value attributes #144

Open musa-pro opened 3 years ago

musa-pro commented 3 years ago

If I return POJO from java object from azure java function, it converts that to JSON which is awesome but what I noticed, It removes the object attributes which is null. Is there any way to keep those null value attributes too on that response?

Thanks Musa