Fix ResumableParser losing tokens before a feed-boundary suspension by pocke · Pull Request #1050 · ruby/json

When a feed boundary fell right after a consumed token -- a , or an opening [ / { -- whose effect was not yet committed to the parser's persistent state, the token was dropped on resume, produc...