Unified Mongo Filter

JSON →
library 0.4.0 ·javascript
verified Jun 5, 2026

A lightweight utility for applying MongoDB-like query filters (e.g., $eq, $gte, $in, $regex) to plain JavaScript objects. Version 0.4.0 is current, with stable API and low release cadence. Key differentiator: no database dependency, pure in-memory filtering. Supports nested fields, dot notation, and most MongoDB operators.