I'm looking for a JavaScript library that will allow me to query complex JSON objects using a LINQ-like syntax. A quick search found a couple of promising options that look they might offer what I need:
- Does any one have any experience using them?
- What are some pros and cons?
- Is the performance comparable?
- Does the function-passing syntax of LINQ to JavaScript offer any hidden benefits (I personally find the syntax of jLinq more appealing on first glance)?
- What have you found lacking in either project?
- Did you ever try contacting the authors? How responsive were they?
- What project is more widely used?
EDIT:
Just saw this today: jsinq.
I think it will be the first one to get a thorough try-out.