node-json-criteria icon indicating copy to clipboard operation
node-json-criteria copied to clipboard

Criteria queries on JSON objects Mongo style

Results 2 node-json-criteria issues
Sort by recently updated
recently updated
newest added

I have a fairly complex nodejs script that i am trying to integrate this into, however I cannot get this to work at all in it. I added the require('babel/register')...

Hi Team, The following condition jc.test({'my.name':'abc'},JSON.parse('{"$and": [{"my.name": {"$eq": "abc"}}]}')) doesn't work. We can't use dot(.) in my.name