replace manual JSON construction with std.json.Stringify
writeJsonEscaped + ~45 lines of hand-rolled brace/comma/quote
juggling → jw.write(...) with emit_null_optional_fields = false.
stdlib handles all escaping per RFC 8259.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>