You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it is good to use undefined if the JSON does not have the certain property, but what if the property has a value of null?
In this case, json-typescript-mapper will map the value to undefined but I think it is a bad idea because the value DOES exist and it should be mapped as null.
What do you think?
The text was updated successfully, but these errors were encountered:
I know it is good to use undefined if the JSON does not have the certain property, but what if the property has a value of null?
In this case, json-typescript-mapper will map the value to undefined but I think it is a bad idea because the value DOES exist and it should be mapped as null.
What do you think?
The text was updated successfully, but these errors were encountered: