refactor: simplify jetstream parsing with json_helpers
use json_helpers.getString/getInt/getBool consistently instead of
manual switch chains. collapse duplicated processMessage into a
call to parseEvent. fix subtle use-after-free on record field by
making arena lifetime explicit in the API.
702 → 499 lines, parsing core 130 → 30 lines.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>