Object keys were emitted via `fprintf("\"%s\": ", ...)` without
escaping. `json_element_cleanup()` can promote a child element's name
string into the parent's key, so a neighbor-controlled string containing
a quote or backslash could inject into a key.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>