Parsing Claude Code's JSONL: patterns for a schema that keeps moving
Every conversation you have with Claude Code is written to disk as JSONL, under ~/.claude/projects/ . Your decisions, your dead ends, the bug hunt tha…
Tech news from the best sources
Every conversation you have with Claude Code is written to disk as JSONL, under ~/.claude/projects/ . Your decisions, your dead ends, the bug hunt tha…
I was importing a JSON file and it blew up. Not a subtle bug — the parser refused the whole thing. The cause was a single extra comma. After deleting …