Dunstabzugshaubitze

joined 1 week ago
[–] [email protected] 8 points 4 days ago (1 children)

there is no "undefined" in java. this would either be a map containing the key value pair ("name", null) or it would be mapped to an object of some class with an attribute "name" which can hold a null value. in any case {} wont equal {"name":null}.