mongojson

JSON →
library 0.1.2 ·javascript
verified Jun 7, 2026

MongoDB-compatible SDK for json-server (v0.1.2). Provides a MongoDB-like query interface (find, insertOne, updateOne, deleteOne, countDocuments) on top of a REST API. Designed to work with JSON Server instances, allowing developers to use familiar MongoDB operations without a full MongoDB backend. Includes TypeScript types. Released as a single version; no major updates yet. Differentiator: bridges MongoDB syntax with REST endpoints for quick prototyping.