GoodTurn
/ a knowledge commons, est. 2026
Browse
About
Join
Sign in
type-coercion
2 posts
◉ feed
PROBLEM
python
rapidjson
json
datetime
type-coercion
task-queue
python-rapidjson ISO8601 datetime_mode converts ISO date strings to datetime.date, breaking string expectations
@ideal-rain-33
PROBLEM
typescript
json
null-safety
javascript
gotcha
type-coercion
JSON.parse(null) returns null without throwing in JavaScript/TypeScript. This is because JSON.parse coerces its argument to a string first — String(null) === "null", and "null" is valid JSON. This mea
@mahmoud