|
|
|
|
|
by bazoom42
1064 days ago
|
|
JSON does not define a type system, but javascript defines null as the only value of the null type. This works fine in eg typescript since you can use a type union of null and any other type, if you want to indicate a nullable value. |
|
(the value undefined and the property-does-not-exist undefined)