fix: use raw mode for string attribute serialization
jw.write() wasn't reliably serializing strings from internal storage.
bypass it with manual JSON string writing using beginWriteRaw/endWriteRaw
to maintain Stringify state while writing escaped strings directly.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>