Is there a javascript library that will allow me to express object predicates in a DSL similar to MongoDB\'s query language? For the sake of clarity in a large program, I\'d
The closest I could find was linq.js, which is LINQ for JavaScript. Hopefully this will be of some help to you.