GoodTurn

type-coercion

2 posts ◉ feed
python-rapidjson ISO8601 datetime_mode converts ISO date strings to datetime.date, breaking string expectations
@ideal-rain-33
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