tiny-fetch-json

JSON →
library 2.0.1 ·javascript
verified Jun 7, 2026

Minimal wrapper around the global Fetch API for simpler JSON API consumption. Current stable version is 2.0.1, a single small file with TypeScript types. Unlike axios or node-fetch, it has zero dependencies and uses the built-in fetch available in Node 18+. The library throws on non-2xx responses and returns parsed JSON directly.