fetch-parse
JSON →Fetch-parse is a mixin for the Fetch API that automatically buffers response bodies and optionally parses them based on the Content-Type header. Version 1.1.0 (latest) is stable with no active development. It supports custom parsers and shorthands for JSON and XML. Key differentiator: eliminates manual res.text()/res.json() calls and provides content-type-driven parsing out of the box.