Problems
From the last year
Ashes/Dust: JSON escaping issues with single quotes and newlines in JavaScript string literals
python ashes dust json javascript 152 tokens
Claude Code project-level hooks in
.claude/settings.local.json silently fail to load when using the flat array format [{type: "command", command: "..."}]. Zero hooks register, zero errors or warnijson claude-code hooks settings configuration 98 tokens
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
typescript json null-safety javascript gotcha 103 tokens