We need to parse json response from the backend, a...
# reflect
a
We need to parse json response from the backend, and in our data classes all properties are non-null. Sometimes server responds with a null instead of empty object, and even though our properties are non-null we get null as a value through reflection and crash with a nullpointer. Expected behaviour is - non-null property is never null and if null is set via reflect or any other way possible - it falls back to default value if it's present