|
|
|
|
|
by nrclark
1045 days ago
|
|
> Everyone knows that stuff like functions and dates can’t go over JSON, but there are also subtler things, like the fact that undefined can’t exist as a value in JSON I use `null` for that purpose, and it's been pretty reliable. What are the situations where that falls down? |
|